summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"