Add simple copy for datanommer db dump to public space on lockbox01
This commit is contained in:
parent
7ce3dfbe2a
commit
fdc6e69e04
1 changed files with 8 additions and 0 deletions
8
scripts/public-db-copy
Executable file
8
scripts/public-db-copy
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue