From 2e56cc242c8e93b78949ce9ceccf6b1cc8d5afff Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 18 Feb 2016 16:04:28 -0400 Subject: propellor spin --- config-joey.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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") -- cgit v1.3-2-g0d8e