summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-05-13 07:28:20 +0300
committerLars Wirzenius <liw@liw.fi>2020-05-13 07:28:20 +0300
commitb3d16611dc3c789580e8c11ae4ddbdb669c0171b (patch)
treeb6da63fe38fabf4ca7df1c8388b689a78b4b6bf6
parentfa4e29fda92391a413fcfe95d2e1e783dd5d02ef (diff)
downloadansibleness-b3d16611dc3c789580e8c11ae4ddbdb669c0171b.tar.gz
fix: drop --progress option
Script is now run via cron, --progress is useless.
-rwxr-xr-xansible/roles/holywood2/files/borg-all2
1 files changed, 1 insertions, 1 deletions
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 \