So I have GitLab installed on our server and I also followed their guide on how to setup the backups.
Goal
- [Source] Create a
cron
task to backup the data every Tuesday - Saturday at 2:00 AM - [Source] Upload the created backup file to a Windows mounted drive
- [Source] Remove backup files older than 2 weeks (14 days) on both the local server and the Windows mounted drive
So far only 2½ of my goals are achieved.
For #3
, setting gitlab_rails['backup_keep_time'] = 1209600
only cleans up the files on the local server but not the uploaded files on the mounted Windows drive.
What do I need to do so that GitLab cleans both backup locations?
Additional Info
I have used the GitLab CE Omnibus installation.
Currently our version is GitLab CE 9.1.2 df1403f