]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/subversion/templates/default/backup.cron.erb
Use rsync preallocate files to avoid fragmentation
[chef.git] / cookbooks / subversion / templates / default / backup.cron.erb
index 750cf47ce33ccf72f745139817cd8ea17a7aacc0..df7b4fe28f880d38b60508b698b080daa78efa59 100644 (file)
@@ -12,6 +12,6 @@ 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 rsync --preallocate --fuzzy $T/$B backup::backup
 
 rm -rf $T