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

include /etc/gitlab with a backup #28

Closed sund closed 8 years ago

sund commented 8 years ago

Per https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/backups.md

the /etc/gitlab should also be backed up. Look into a way to back it up. Also /etc/ssh for host keys

make sure support for gitlab_rails['backup_path'] = '/mnt/backups' exists currently.