mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Add simple copy for datanommer db dump to public space on lockbox01
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user