ln -s /srv/blog.openstreetmap.org $T/osm-blog-$D/www
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B osm-blog-$D
nice rsync $T/$B backup::backup
ln -s /srv/join.osmfoundation.org $T/osmf-crm-$D/www
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B osmf-crm-$D
nice rsync $T/$B backup::backup
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
ln -s /srv/forum.openstreetmap.org $T/forum-$D/www
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B forum-$D
nice rsync $T/$B backup::backup
ln -s /var/lib/git $T/git-$D
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B git-$D
nice rsync $T/$B backup::backup
ln -s /var/lib/mailman $T/lists-$D/mailman
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B lists-$D
nice rsync $T/$B backup::backup
B=munin-$D.tar.gz
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=/var/lib/munin --file=$T/$B openstreetmap *.storable
nice rsync $T/$B backup::backup
pg_dump --file=$F -F c -Z 9 -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] %>
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
rsync $F backup.openstreetmap.org::backup
rm -f $F
ln -s <%= @directory %>/upfiles $T/<%= @name %>-$D/upfiles
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B <%= @name %>-$D
nice rsync $T/$B backup::backup
ln -s /etc/apache2/sites-available/otrs.openstreetmap.org.conf $T/otrs-$D/apache2-otrs.openstreetmap.org.conf
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B otrs-$D
nice rsync $T/$B backup::backup
ln -s /srv/2016.stateofthemap.org $T/sotm-$D/www2016
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B sotm-$D
nice rsync $T/$B backup::backup
nice svnadmin hotcopy /var/lib/subversion/repos/openstreetmap $T/svn-$D > /dev/null
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --directory=$T --file=$T/$B svn-$D
nice rsync $T/$B backup::backup
ln -s /srv/thinkup.openstreetmap.org $T/thinkup-$D/www
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --dereference --directory=$T --file=$T/$B thinkup-$D
nice rsync $T/$B backup::backup
trac-admin /var/lib/trac hotcopy $T/trac-$D > /dev/null
export GZIP="--rsyncable -9"
-export RSYNC_RSH="ssh -ax -c arcfour"
+export RSYNC_RSH="ssh -ax"
nice tar --create --gzip --directory=$T --file=$T/$B trac-$D
nice rsync $T/$B backup::backup