From b3d16611dc3c789580e8c11ae4ddbdb669c0171b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 13 May 2020 07:28:20 +0300 Subject: fix: drop --progress option Script is now run via cron, --progress is useless. --- 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 a007bb8..b587324 100755 --- a/ansible/roles/holywood2/files/borg-all +++ b/ansible/roles/holywood2/files/borg-all @@ -8,7 +8,7 @@ echo "Backing up /mnt/soile to nalanda" 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/ + create --stats ::"media-$ts)" /mnt/media/ echo "Pruning nalanda" echo ./run-borg liw-holywood@nalanda.liw.fi /home/liw-holywood/repo \ -- cgit v1.2.1