summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2014-04-17 20:29:06 +0000
committerKevin Fenzi <kevin@scrye.com>2014-04-17 20:29:06 +0000
commitfdc6e69e04215d162f8f8799d07fbd45883fc3f3 (patch)
tree8ff29403ac024f90fe3a1c5ca913d2fc4cd58129 /scripts
parent7ce3dfbe2a399dd086828482bf50b3f0de4d2e13 (diff)
downloadansible-fdc6e69e04215d162f8f8799d07fbd45883fc3f3.tar.gz
ansible-fdc6e69e04215d162f8f8799d07fbd45883fc3f3.tar.xz
ansible-fdc6e69e04215d162f8f8799d07fbd45883fc3f3.zip
Add simple copy for datanommer db dump to public space on lockbox01
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/public-db-copy8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/public-db-copy b/scripts/public-db-copy
new file mode 100755
index 000000000..077015415
--- /dev/null
+++ b/scripts/public-db-copy
@@ -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