propellor spin

This commit is contained in:
Joey Hess 2015-02-01 16:58:32 -04:00
parent d12f5b7431
commit 2e2e30fc39
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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 --partial --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)