From 68b5a20518dcf8a35fc6fd9ccce131438a350083 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 3 Oct 2020 06:55:16 +0300 Subject: make borg-all less verbose so it's easier to see problems --- ansible/roles/holywood2/files/borg-all | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansible/roles/holywood2') diff --git a/ansible/roles/holywood2/files/borg-all b/ansible/roles/holywood2/files/borg-all index 55a9eb4..a902e76 100755 --- a/ansible/roles/holywood2/files/borg-all +++ b/ansible/roles/holywood2/files/borg-all @@ -4,12 +4,12 @@ ts="$(date +%Y-%m-%dT%H:%M:%S)" echo "Backing up /mnt/soile to nalanda" ./run-borg liw-holywood@nalanda /home/liw-holywood/repo \ - create --stats ::"soile-$ts)" /mnt/soile/ + create ::"soile-$ts)" /mnt/soile/ echo echo "Backing up /mnt/media to nalanda" ./run-borg liw-holywood@nalanda /home/liw-holywood/repo \ - create --stats ::"media-$ts)" /mnt/media/ + create ::"media-$ts)" /mnt/media/ echo echo "Pruning nalanda" -- cgit v1.2.1