D=`date +%Y-%m-%d`
F=/tmp/nominatim-${D}.dmp
-pg_dump --file=$F -F c -Z 9 -t 'country' -t file -t '*columns' -t 'import_polygon_*' -t import_status -t place_addressline -t placex -t search_name -t 'seq_*' -t word <%= node[:nominatim][:database][:dbname] %>
+pg_dump --file=$F -F c -Z 9 -t file -t country_osm_grid -t '*columns' -t 'import_polygon_*' -t import_status -t place_addressline -t location_property_osmline -t location_postcode -t placex -t search_name -t 'seq_*' -t word <%= @db %>
-export RSYNC_RSH="ssh -ax -c arcfour"
-rsync $F backup.openstreetmap.org::backup
+export RSYNC_RSH="ssh -ax"
+rsync --preallocate --fuzzy $F backup.openstreetmap.org::backup
rm -f $F