diff options
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 36378366..5f474a12 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -314,6 +314,10 @@ iabak = host "ia-bak.joeyh.name" & User.hasSomePassword "joey" & Sudo.enabledFor "joey" & GitHome.installedFor "joey" + & Git.cloned "root" repo "/usr/local/IA.BAK" (Just "server") + & Git.cloned "root" repo "/usr/local/IA.BAK/pubkeys" (Just "pubkeys") + where + repo = "https://github.com/ArchiveTeam/IA.BAK/" --' __|II| ,. ---- __|II|II|__ ( \_,/\ |
