propellor spin
This commit is contained in:
parent
b5ebe61483
commit
7d3c09df5f
|
@ -436,6 +436,7 @@ monsters = -- but do want to track their public keys etc.
|
|||
- - test mail
|
||||
- - test virus filtering
|
||||
- - test http://kitenet.net/~kyle/ (user home dirs)
|
||||
- - migrate user cron jobs
|
||||
-}
|
||||
, host "mouse.kitenet.net"
|
||||
& ipv6 "2001:4830:1600:492::2"
|
||||
|
|
|
@ -347,7 +347,7 @@ githubBackup = propertyList "github-backup box"
|
|||
in File.hasPrivContent f anyContext
|
||||
`onChange` File.ownerGroup f "joey" "joey"
|
||||
, Cron.niceJob "github-backup run" "30 4 * * *" "joey"
|
||||
"/home/joey/lib/backup" $ intercalate "&"
|
||||
"/home/joey/lib/backup" $ intercalate "&&"
|
||||
[ "mkdir -p github"
|
||||
, "cd github"
|
||||
, ". $HOME/.github-keys && github-backup joeyh"
|
||||
|
|
Loading…
Reference in New Issue