summaryrefslogtreecommitdiff
path: root/ansible/roles/holywood2
diff options
context:
space:
mode:
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"