summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2/files/rsync-to-nalanda-all
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/roles/holywood2/files/rsync-to-nalanda-all')
-rwxr-xr-xansible/roles/holywood2/files/rsync-to-nalanda-all12
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible/roles/holywood2/files/rsync-to-nalanda-all b/ansible/roles/holywood2/files/rsync-to-nalanda-all
new file mode 100755
index 0000000..5f58b53
--- /dev/null
+++ b/ansible/roles/holywood2/files/rsync-to-nalanda-all
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+set -euo pipefail
+
+echo ==================================================================
+./rsync-to-nalanda /mnt/soile liw-holywood@nalanda repo-soile
+
+echo ==================================================================
+./rsync-to-nalanda /mnt/media liw-holywood@nalanda repo-media
+
+echo ==================================================================
+echo "All backups to nalanda done"