From ea2da45a93f178602195b41362779323b124114b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 1 May 2020 10:51:28 +0300 Subject: Change: don't do progress in script run from cron --- ansible/roles/holywood2/files/borg-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/holywood2/files/borg-all b/ansible/roles/holywood2/files/borg-all index 804424d..7a26cc5 100755 --- a/ansible/roles/holywood2/files/borg-all +++ b/ansible/roles/holywood2/files/borg-all @@ -4,7 +4,7 @@ ts="$(date +%Y-%m-%dT%H:%M:%S)" echo "Backing up /mnt/soile to nalanda" ./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \ - create --stats --progress ::"soile-$ts)" /mnt/soile/ + create --stats ::"soile-$ts)" /mnt/soile/ echo "Pruning nalanda" ./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \ -- cgit v1.2.1