]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/templates/default/backup.cron.erb
Avoid use of deprecated GZIP environment variable
[chef.git] / cookbooks / subversion / templates / default / backup.cron.erb
index ac3852a1c1f3cd2cefabb5e3f4fe6e73140a36bf..d82348da86b7c7ef6fbe4023b2f2e65c26ba0635 100644 (file)
@@ -8,9 +8,9 @@ B=svn-$D.tar.gz
 
 nice svnadmin hotcopy /var/lib/subversion/repos/openstreetmap $T/svn-$D > /dev/null
 
-export GZIP="--rsyncable -9"
+export RSYNC_RSH="ssh -ax"
 
-nice tar --create --gzip --directory=$T --file=$T/$B svn-$D
-nice rsync $T/$B backup::backup
+nice tar --create --directory=$T svn-$D | nice gzip --rsyncable -9 > $T/$B
+nice rsync --preallocate --fuzzy $T/$B backup::backup
 
 rm -rf $T