ISP Conf - How to increase backup retentions

Discussion in 'Installation/Configuration' started by Tomas Benda, Mar 1, 2017.

  1. Tomas Benda

    Tomas Benda New Member

    Hi guys,
    is there any way, how to increase backups retentions than actual 10? I want to do daily basis backups, but there is maximum keep only last 10 days.

    Thank you
    Take care
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Currently the only way is to edit the form file to allows more backups.
     
    Tomas Benda likes this.
  3. Tomas Benda

    Tomas Benda New Member

    OK, thank you till for reply. Do you think, that should be OK to set up more than 30 days?
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Sure, if you have enough backup space, then there should be no problem.
     
  5. florian030

    florian030 Well-Known Member HowtoForge Supporter

    There is also a limit in server/lib/classes/cron.d/500-backup.inc.php:
    Code:
    for ($n = $backup_copies; $n <= 10; $n++) {
     
    Tomas Benda likes this.

Share This Page