From 6840d9ea4a3f1620a988b4ac2afe08200510bb9d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 10 May 2020 06:44:37 +0300 Subject: Add: backup holywood2 /mnt/media to nalanda --- ansible/roles/holywood2/files/borg-all | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/roles/holywood2/files/borg-all b/ansible/roles/holywood2/files/borg-all index 7132604..a007bb8 100755 --- a/ansible/roles/holywood2/files/borg-all +++ b/ansible/roles/holywood2/files/borg-all @@ -6,6 +6,10 @@ echo "Backing up /mnt/soile to nalanda" ./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \ create --stats ::"soile-$ts)" /mnt/soile/ +echo "Backing up /mnt/media to nalanda" +./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \ + create --stats --progress ::"media-$ts)" /mnt/media/ + echo "Pruning nalanda" echo ./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \ prune --keep-with 100d -- cgit v1.2.1