Do an initial backup

This commit is contained in:
Bob Mottram 2014-12-03 20:34:41 +00:00
parent e1c8eaa2cf
commit e8f38aa6da
1 changed files with 3 additions and 0 deletions

View File

@ -5374,6 +5374,9 @@ function backup_github_projects {
echo 'exit 0' >> /etc/cron.daily/github
chmod +x /etc/cron.daily/github
# do an initial backup
/etc/cron.daily/github
echo 'backup_github_projects' >> $COMPLETION_FILE
}