diff --git a/modules/borg/client.nix b/modules/borg/client.nix index defdb2f..7d74f83 100644 --- a/modules/borg/client.nix +++ b/modules/borg/client.nix @@ -10,7 +10,8 @@ let sshCommand = "ssh -F /home/yanlin/.ssh/config -o StrictHostKeyChecking=accept-new -o ServerAliveInterval=60 -o ServerAliveCountMax=240"; passphraseFile = "/etc/borg-passphrase"; excludePatterns = [ - "**/.stversions/" # Syncthing versioning folders + "**/.stversions/" + "**/.syncthing.*.tmp" ]; excludeArgs = concatMapStrings (pattern: " --exclude '${pattern}'") excludePatterns; ntfyUrl = "ntfy.sh/yanlincs-homelab";