summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom/borgbackup.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix
index b2969907..222b1999 100644
--- a/custom/borgbackup.nix
+++ b/custom/borgbackup.nix
@@ -78,6 +78,7 @@ in {
78 script = let 78 script = let
79 borgCmd = '' 79 borgCmd = ''
80 borg create \ 80 borg create \
81 --lock-wait 600 \
81 --stats \ 82 --stats \
82 --list \ 83 --list \
83 --filter 'AME' \ 84 --filter 'AME' \