]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mailman/templates/default/backup.cron.erb
Suppress file removed warnings from some backup scripts
[chef.git] / cookbooks / mailman / templates / default / backup.cron.erb
index 25c1f7cab25a3e67abf79fafecb51c581f90176f..8d72d9d6000edad0f04b567cad8c8296024b9a30 100644 (file)
@@ -11,7 +11,7 @@ ln -s /var/lib/mailman $T/lists-$D/mailman
 
 export RSYNC_RSH="ssh -ax"
 
-nice tar --create --dereference --directory=$T lists-$D | nice gzip --rsyncable -9 > $T/$B
+nice tar --create --dereference --warning=no-file-changed --warning=no-file-removed --directory=$T lists-$D | nice gzip --rsyncable -9 > $T/$B
 nice rsync --preallocate --fuzzy $T/$B backup::backup
 
 rm -rf $T