Limit the number of the backups copy for customer

Discussion in 'ISPConfig 3 Priority Support' started by tr909192, Apr 30, 2018.

  1. tr909192

    tr909192 Member HowtoForge Supporter

    Dear,
    the backup utility for website and database is very useful. But at this time this feature allow every customer to create 10X retain of backup of their website. This means a lot of space (also if mounted on different storage).
    It's there a way to limit the number of backup retains, on customer limits?

    Let us know.
    Thank you.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There is no client limit for that yet.
     
  3. tr909192

    tr909192 Member HowtoForge Supporter

    Can i override from database the setting of the user, right? With a query like that:

    update web_domain set backup_copies=3 where backup_copies>3;
     
  4. tr909192

    tr909192 Member HowtoForge Supporter

    in a master-slave setup, i must run this query only on the master or both master and slave?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    That should work.On master/slave, you'll have to run that on each server that hosts websites.
     

Share This Page