summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-14 10:52:09 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-14 10:52:09 +0300
commit4b49131f37d10186fb155b6a4b986cb724a36e58 (patch)
treeffc9c113f399ec05ff3a6d481115abb65af3662e
parent7f956a7c9f1391322d74ed6b365e4da496b302d2 (diff)
downloadansibleness-4b49131f37d10186fb155b6a4b986cb724a36e58.tar.gz
drop(holywood2): backups to willikins
-rwxr-xr-xansible/roles/holywood2/files/borg-all18
1 files changed, 0 insertions, 18 deletions
diff --git a/ansible/roles/holywood2/files/borg-all b/ansible/roles/holywood2/files/borg-all
index b587324..78db6eb 100755
--- a/ansible/roles/holywood2/files/borg-all
+++ b/ansible/roles/holywood2/files/borg-all
@@ -15,22 +15,4 @@ echo ./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \
prune --keep-with 100d
-
-echo "Backing up /mnt/soile to willikins"
-./run-borg willikins /mnt/backups/borg \
- create --stats ::"soile-$ts)" /mnt/soile/
-
-echo "Backing up /mnt/media to willikins"
-./run-borg willikins /mnt/backups/borg \
- create --stats ::"media-$ts)" /mnt/media/
-
-echo "Backing up /mnt/liw-backups to willikins"
-./run-borg willikins /mnt/backups/borg \
- create --stats ::"liw-$ts)" /mnt/liw-backups/
-
-echo "Pruning willikins"
-./run-borg willikins /mnt/backups/borg prune --keep-with 100d
-
-
-
echo "Backup finished"