Skipping in backup:create task produces an error
I couldn't find if anyone already created this issue.
If you run rake gitlab:backup:create
everything works as expected, the backup archive gets created.
If you run rake gitlab:backup:create SKIP=uploads,builds
, backup archive creation will error out:
Creating backup archive: 1447844024_gitlab_backup.tar ... tar: uploads.tar.gz: Cannot stat: No such file or directory
tar: builds.tar.gz: Cannot stat: No such file or directory
tar: Exiting with failure status due to previous errors
creating archive 1447844024_gitlab_backup.tar failed
It seems that the backup archive gets created anyway however this is not user friendly and it will also error out on automatic upgrades with backups.