summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2016-02-18 16:04:28 -0400
committerJoey Hess2016-02-18 16:04:28 -0400
commit2e56cc242c8e93b78949ce9ceccf6b1cc8d5afff (patch)
tree5de774f07d115387393416567e0d95a628b9f6e6 /config-joey.hs
parent6c79eadf9235297a5794ea5b3e9974863f342d44 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 9124ca07..13a4361a 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -267,9 +267,10 @@ kite = standardSystemUnhardened "kite.kitenet.net" Testing "amd64"
, "--exclude=/var/cache"
, "--exclude=/var/tmp"
, "--exclude=/home/joey/lib"
+ , "--exclude=/srv/git"
+ , "--exclude=/var/spool/oldusenet"
, "--exclude=.*/tmp/"
, "--one-file-system"
- , "--lru-size=128" -- half default, was running out of ram
, Obnam.keepParam [Obnam.KeepDays 7, Obnam.KeepWeeks 4, Obnam.KeepMonths 6]
] Obnam.OnlyClient (Gpg.GpgKeyId "98147487")
`requires` Ssh.userKeys (User "root")