]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/templates/default/backup.cron.erb
Merge remote-tracking branch 'github/pull/704'
[chef.git] / cookbooks / git / templates / default / backup.cron.erb
index 5a9d01284e38a98015bcbab877f10b57c6425853..b3404c7d5c4cd08826ce219402988aad261107db 100644 (file)
@@ -8,10 +8,9 @@ B=git-$D.tar.gz
 
 ln -s /var/lib/git $T/git-$D
 
-export GZIP="--rsyncable -9"
 export RSYNC_RSH="ssh -ax"
 
-nice tar --create --gzip --dereference --directory=$T --file=$T/$B git-$D
-nice rsync --preallocate --fuzzy $T/$B backup::backup
+nice tar --create --dereference --directory=$T git-$D | nice gzip --rsyncable -9 > $T/$B
+nice rsync --preallocate --fuzzy $T/$B backup.openstreetmap.org::backup
 
 rm -rf $T