Rotation of monthly backups doesnt work
Closed this issue · 0 comments
ccztux commented
The rotation of monthly backups doesnt work.
Log snippet:
2019-08-23 17:46:28 | 18754 | rotateHandler | Copy job was successful.
2019-08-23 17:46:28 | 18754 | removeOldBackups | Check if rotation of daily backups is necessary...
2019-08-23 17:46:28 | 18754 | removeOldBackups | Rotation of daily backups is not necessary (backup_files_count: '10' <= backup_rotation_daily_max_backups: '10').
2019-08-23 17:46:28 | 18754 | rotateHandler | Check if today is the day, where weekly backups should be rotated...
2019-08-23 17:46:28 | 18754 | rotateHandler | Today is not the day, where we should rotate the weekly backups (actual_weekday: '5' != backup_rotation_weekly_weekday: '1').
2019-08-23 17:46:28 | 18754 | rotateHandler | Check if today is the day, where monthly backups should be rotated...
2019-08-23 17:46:28 | 18754 | rotateHandler | Today is not the day, where we should rotate the monthly backups (actual_day_of_month: '01' != backup_rotation_monthly_day_of_month: '1').
2019-08-23 17:46:28 | 18754 | checkLock | Check if lock file: '/usr/local/glsysbackup/var/lock/glsysbackup.wurlitzer.lock' exists and if it is read and writeable...
2019-08-23 17:46:28 | 18754 | checkLock | Lock file exists and it is read/writeable.
2019-08-23 17:46:28 | 18754 | removeLock | Removing lock...
2019-08-23 17:46:28 | 18754 | removeLock | Removing lock was successful.
2019-08-23 17:46:28 | 18754 | signalHandler | We did a great job. :)
2019-08-23 17:46:28 | 18754 | signalHandler | glsysbackup (2.0.0-beta4) was running: '16' seconds, script_exit_code: '0'.
2019-08-23 17:46:28 | 18754 | signalHandler | Bye, bye...