From 4b49131f37d10186fb155b6a4b986cb724a36e58 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 14 May 2020 10:52:09 +0300 Subject: drop(holywood2): backups to willikins --- ansible/roles/holywood2/files/borg-all | 18 ------------------ 1 file changed, 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" -- cgit v1.2.1