summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoey Hess2015-02-01 16:51:55 -0400
committerJoey Hess2015-02-01 16:51:55 -0400
commitb3bdb95ed033c4ee3560ab0c23c805d3bd58f239 (patch)
tree04ab7884208db6736c3ea1168ee47974b96380a9 /src
parent015bf88947d52827ff3e6262aa029c1169626216 (diff)
propellor spin
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/SiteSpecific/JoeySites.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/JoeySites.hs b/src/Propellor/Property/SiteSpecific/JoeySites.hs
index 35419576..5867d01d 100644
--- a/src/Propellor/Property/SiteSpecific/JoeySites.hs
+++ b/src/Propellor/Property/SiteSpecific/JoeySites.hs
@@ -395,7 +395,7 @@ backupsBackedupFrom hosts srchost destdir = Cron.niceJob desc
`requires` Ssh.knownHost hosts srchost "joey"
where
desc = "backups copied from " ++ srchost ++ " on boot"
- cmd = "rsync -az --delete " ++ srchost ++ ":lib/backup " ++ destdir </> srchost
+ cmd = "rsync -az --partial --delete " ++ srchost ++ ":lib/backup " ++ destdir </> srchost
obnamRepos :: [String] -> Property NoInfo
obnamRepos rs = propertyList ("obnam repos for " ++ unwords rs)