diff options
author | Kevin Fenzi <kevin@scrye.com> | 2015-09-25 18:49:17 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2015-09-25 18:49:17 +0000 |
commit | 1dd79c9801cb30f55ed9c53e5fbf268444882d03 (patch) | |
tree | 5e1be391fc035a483b14ba4d98e1ae31d53f7e96 /scripts/public-db-copy | |
parent | 05bb9f4f8313562555c3bb30a6a2c4b42c68883e (diff) | |
download | ansible-1dd79c9801cb30f55ed9c53e5fbf268444882d03.tar.gz ansible-1dd79c9801cb30f55ed9c53e5fbf268444882d03.tar.xz ansible-1dd79c9801cb30f55ed9c53e5fbf268444882d03.zip |
Remove mentions of lockbox01.
Diffstat (limited to 'scripts/public-db-copy')
-rwxr-xr-x | scripts/public-db-copy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/public-db-copy b/scripts/public-db-copy index 406b60e15..ba2fd0890 100755 --- a/scripts/public-db-copy +++ b/scripts/public-db-copy @@ -1,7 +1,7 @@ #!/bin/bash # -# A simple script to copy database dumps over to public space on lockbox01 +# A simple script to copy database dumps over to public space on batcave01 # Only the most recent dump is published # scp db-datanommer02:/backups/datanommer-$(date +%F).dump.xz /srv/web/infra/db-dumps/datanommer.dump.xz |