propellor spin
This commit is contained in:
parent
015bf88947
commit
b3bdb95ed0
|
@ -395,7 +395,7 @@ backupsBackedupFrom hosts srchost destdir = Cron.niceJob desc
|
||||||
`requires` Ssh.knownHost hosts srchost "joey"
|
`requires` Ssh.knownHost hosts srchost "joey"
|
||||||
where
|
where
|
||||||
desc = "backups copied from " ++ srchost ++ " on boot"
|
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 :: [String] -> Property NoInfo
|
||||||
obnamRepos rs = propertyList ("obnam repos for " ++ unwords rs)
|
obnamRepos rs = propertyList ("obnam repos for " ++ unwords rs)
|
||||||
|
|
Loading…
Reference in New Issue