288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 10:29:08 -05:00
parent 65af57f6d9
commit fd553ec4ca

View File

@@ -51,7 +51,7 @@ in
# the actual script borg is using # the actual script borg is using
ExecStart = pkgs.writeShellScript "borg-backup" '' ExecStart = pkgs.writeShellScript "borg-backup" ''
set -euo pipefail set -euo pipefail
export BORG_PASSPHRASE="$(cat ${passwd_file})" export BORG_PASSPHRASE="$(cat ${cfg.passwd_file})"
export BORG_REPO="${cfg.repo}" export BORG_REPO="${cfg.repo}"
timestamp="$(date +'%Y-%m-%d_%H:%M:%S')" timestamp="$(date +'%Y-%m-%d_%H:%M:%S')"