You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see this is another one of those super-active github projects.
I'm also confused by the KEEP settings. I just want to have daily backups for the past two weeks (no more than 14 backups kept).
Okay. Reading the documentation, I can see in our case we only need to pay attention to the last folder. Other folders just have hard links to the files in the last folder. So, yeah, you'll always have a file in the month folder as there will always be a latest backup for the current month.
It's all about this last folder and the BACKUP_KEEP_MINS variable. If you want to keep the last 6 backups, then I guess you have to set this to 8640??? The doc says the MINS settings will remove any backups from the last folder that are older then its value. So, if a backup is more than 8640 minutes old (6 days), then it'll delete it.
Then you can still set the DAYS to 6 and see the same backup files in there as the last folder. The week and month folder should then always have 1 file each, the latest backup.
Backup retention settings are very convoluted.
I have this variables set to 0
BACKUP_KEEP_WEEKS | Number of weekly backups to keep before removal. Defaults to 4.
BACKUP_KEEP_MONTHS | Number of monthly backups to keep before removal. Defaults to 6.
But I still get monthy backups stored, is there a way to configure this only to keep 6 days of backup? not weekly not monthly?
I get a folder called last, with the same backup that in the daily....
The text was updated successfully, but these errors were encountered: