summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Property/Borg.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Borg.hs b/src/Propellor/Property/Borg.hs
index 9fc0eacc..952190c0 100644
--- a/src/Propellor/Property/Borg.hs
+++ b/src/Propellor/Property/Borg.hs
@@ -223,7 +223,7 @@ backup' dir repo crontimes extraargs kp = cronjob
, "--stats"
]
++ map shellEscape extraargs ++
- [ shellEscape (repoLoc repo) ++ "::" ++ "$(date --iso-8601=ns --utc)"
+ [ shellEscape ((repoLoc repo) ++ "::{now}")
, shellEscape dir
]
pruneCommand = unwords $