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

testing mode #21

Closed sund closed 9 years ago

sund commented 9 years ago

for testing ssh and rsync operations, create a testing mode that skips the rake operations and goes directly to rsync functions. Maybe also some debugging and printing variables.

webysther commented 9 years ago

something like --dry-run?

sund commented 9 years ago

0749000 a basic dry-run ability. still needs to be run as root for CWD to backup directory for rsync functions.