-#!/bin/sh
+#!/bin/sh -e
# DO NOT EDIT - This file is being maintained by Chef
F=/store/backup/osm-${D}.dmp
pg_dump --user=backup --format=custom --file=$F openstreetmap && \
- rsync --rsh="ssh -ax" $F backup.openstreetmap.org::backup
+ rsync $F backup.openstreetmap.org::backup
rm -f $F