sund / auto-gitlab-backup

A simple script to backup your Gitlab data. This script will copy the backup archives of your gitlab installation via rsync, or scp. Also, you can copy backups to Backblaze’s B2 Cloud Storage service.
http://sund.github.io/auto-gitlab-backup/
GNU General Public License v2.0
317 stars 73 forks source link

determine if backup needs "CRON=1" #30

Closed sund closed 8 years ago

sund commented 8 years ago

http://doc.gitlab.com/ce/raketasks/backup_restore.html#for-omnibus-installations

Determine if any benefit to "CRON=1" in our call to backup.

sund commented 8 years ago

CRON=1 just quiets the output from the rake job... i prefer to see it in emails and output to catch errors.