summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2019-03-24 11:17:31 -0400
committerJoey Hess2019-03-24 11:17:31 -0400
commit6346e7aee5c17d577196085159168f61d4d4a64c (patch)
tree46ac90d9035c1d560f9fa1a8a3dc3c5214c302b8
parent4acf4c385882d2faac548a89355316125d0d73eb (diff)
propellor spin
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index aee72d29..0a92d3f2 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -259,7 +259,7 @@ kite = host "kite.kitenet.net" $ props
]
[ Borg.KeepDays 7
, Borg.KeepWeeks 4
- , Borg.KeepMonths 6
+ , Borg.KeepMonths 3
]
`requires` Ssh.knownHost hosts "usw-s002.rsync.net" (User "root")
`requires` Ssh.userKeys (User "root")