diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-08-25 18:52:52 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-08-25 18:52:52 -0400 |
| commit | 8f2d77265a0cbf76d0f155da7d33222549caf311 (patch) | |
| tree | 681733696c47a79881e643dffa05e04ade832e8f /joeyconfig.hs | |
| parent | 427c2ba5997a2c0ab5c54335646de39abdb73563 (diff) | |
| parent | 87f4281250d09d53c5cf399e7286520bfdcc387d (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index e98e5b51..49480718 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -373,7 +373,7 @@ elephant = host "elephant.kitenet.net" $ props & Apt.serviceInstalledRunning "swapspace" & alias "eubackup.kitenet.net" - & Apt.installed ["obnam", "sshfs", "rsync"] + & Apt.installed ["obnam", "sshfs", "rsync", "borgbackup"] & JoeySites.obnamRepos ["pell", "kite"] & JoeySites.githubBackup & JoeySites.rsyncNetBackup hosts |
