summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-10-03 06:55:16 +0300
committerLars Wirzenius <liw@liw.fi>2020-10-03 06:55:16 +0300
commit68b5a20518dcf8a35fc6fd9ccce131438a350083 (patch)
tree4fa362f2e7dfc20d6960ed10121e5d5864928f0b /ansible/roles/holywood2
parentae6ff90084aecb0ccf6c5b85d075695268164f1a (diff)
downloadansibleness-68b5a20518dcf8a35fc6fd9ccce131438a350083.tar.gz
make borg-all less verbose so it's easier to see problems
Diffstat (limited to 'ansible/roles/holywood2')
-rwxr-xr-xansible/roles/holywood2/files/borg-all4
1 files changed, 2 insertions, 2 deletions
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"