From d1db133ce0f3dbf857268c981501c982b4e3cea4 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 17 Dec 2017 04:37:47 +0100 Subject: =?UTF-8?q?=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom/borgbackup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/borgbackup.nix b/custom/borgbackup.nix index b0085bcd..b2969907 100644 --- a/custom/borgbackup.nix +++ b/custom/borgbackup.nix @@ -86,7 +86,7 @@ in { --patterns-from .backup \ --one-file-system \ --compression auto,lzma \ - ${target}::${cfg.prefix}$1-{utcnow} + ${tCfg.repo}::${cfg.prefix}$1-{utcnow} ''; in if tCfg.lock == null then borgCmd else "flock -xo /var/lock/${tCfg.lock} ${borgCmd}"; scriptArgs = "%i"; -- cgit v1.2.3