summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-09 10:54:27 -0400
committerJoey Hess2018-10-09 10:54:27 -0400
commit69ae14ab9d08ab7981d96f76933a4cc3907e4815 (patch)
treef201469a6c4c56900699ff26997b04215d6aba87 /joeyconfig.hs
parenteda94ac1e7f56c00f5beb86cc7caa7d4de45fdaa (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index cb2ef8e1..9f1f9ca6 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -250,7 +250,7 @@ kite = host "kite.kitenet.net" $ props
& Apt.serviceInstalledRunning "ntp"
& "/etc/timezone" `File.hasContent` ["US/Eastern"]
- & Borg.backup "/" (JoeySites.rsyncNetBorgRepo "kite.borg") Cron.Daily
+ & Borg.backup "/" (JoeySites.rsyncNetBorgRepo "kite.borg" []) Cron.Daily
[ "--exclude=/proc/*"
, "--exclude=/sys/*"
, "--exclude=/run/*"