]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/templates/default/backup.cron.erb
Send diff uploads to cgimap
[chef.git] / cookbooks / subversion / templates / default / backup.cron.erb
index 9950024a99ebce0e2a4ad8990e947380bfc67754..df7b4fe28f880d38b60508b698b080daa78efa59 100644 (file)
@@ -9,9 +9,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 -c arcfour"
+export RSYNC_RSH="ssh -ax"
 
 nice tar --create --gzip --directory=$T --file=$T/$B svn-$D
-nice rsync $T/$B backup::backup
+nice rsync --preallocate --fuzzy $T/$B backup::backup
 
 rm -rf $T