]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/templates/default/backup.cron.erb
mediawiki: Remove xbl.spamhaus.org DNSBL
[chef.git] / cookbooks / community / templates / default / backup.cron.erb
index 994485c4d4fa39651beb60d7215e94ab223fb11e..d23cd47e907e3a98ad05dfbf4e5aab18fc6f83a6 100644 (file)
@@ -14,7 +14,7 @@ ln -s /srv/community.openstreetmap.org/shared/data/postgres_backup $T/community-
 
 export RSYNC_RSH="ssh -ax"
 
-nice tar --create --numeric-owner --dereference --directory=$T community-$D | nice gzip --rsyncable -9 > $T/$B
-nice rsync --preallocate --fuzzy $T/$B backup::backup
+nice tar --create --numeric-owner --dereference --directory=$T --warning=no-file-changed community-$D | nice gzip --rsyncable -9 > $T/$B
+nice rsync --preallocate --fuzzy $T/$B backup.openstreetmap.org::backup
 
 rm -rf $T