# DO NOT EDIT - This file is being maintained by Chef
D=`date +%Y-%m-%d`
-F=/tmp/osm-${D}.dmp
+F=/store/backup/osm-${D}.dmp
pg_dump --user=backup --format=custom --file=$F openstreetmap
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
rsync $F backup.openstreetmap.org::backup
rm -f $F