diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-17 15:53:12 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-17 15:53:12 -0400 |
| commit | 330c00efa4de9f927d5ce932bcbe6144f82dbcd9 (patch) | |
| tree | 2189d38f80d9a0c8f845f75bc86d78fc60018a71 /config-joey.hs | |
| parent | a788c957d2eddaa0af7e240be069f048c462df0b (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index e5ee45b4..9295119c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -91,6 +91,7 @@ hosts = -- (o) ` & Ssh.hostKeys (Context "kitenet.net") & Obnam.backup "/" "33 1 * * *" [ "--repository=sftp://joey@eubackup.kitenet.net/~/lib/backup/kite.obnam" + , "--client-name=kitenet.net" , "--encrypt-with=" , "--exclude=/var/cache" , "--exclude=/var/tmp" @@ -134,6 +135,8 @@ hosts = -- (o) ` "downloads.kitenet.net" "840760dc-08f0-11e2-8c61-576b7e66acfd" [("turtle", "ssh://turtle.kitenet.net/~/lib/downloads/")] + `requires` Ssh.keyImported SshRsa "joey" (Context "downloads.kitenet.net") + `requires` Ssh.knownHost hosts "turtle.kitenet.net" "joey" & JoeySites.gitAnnexDistributor & alias "tmp.kitenet.net" |
