Add simple copy for datanommer db dump to public space on lockbox01

This commit is contained in:
Kevin Fenzi 2014-04-17 20:29:06 +00:00
parent 7ce3dfbe2a
commit fdc6e69e04

8
scripts/public-db-copy Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
#
# A simple script to copy database dumps over to public space on lockbox01
# Only the most recent dump is published
#
scp db-datanommer01:/backups/datanommer-$(date +%F).dump.xz /srv/web/infra/db-dumps/datanommer.dump.xz