summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2019-04-03 12:15:04 -0400
committerJoey Hess2019-04-03 12:15:04 -0400
commit35f88ead3e7f9f289a8af3edef13209678632673 (patch)
treea3737fead419cc1e67f011dbe26f03b53086550a /joeyconfig.hs
parent360d1c1a94757cffd2d409f7ee2e2015d7192e2d (diff)
parent56dcdcf40895959d6ebee6358f87a84b90d5ba4e (diff)
Merge branch 'joeyconfig'
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 fa5f1d56..5ff9bdf4 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -260,7 +260,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")