Compare commits

..

2 Commits

Author SHA1 Message Date
Kenwood 59d21dfdde Merge pull request 'Create new entry for gitea' (#3) from create-job-for-gitea into master
Test complete, ready to merge

Reviewed-on: https://kitsunehosting.net/gitea/Kenwood/Bacula/pulls/3
![proof](https://kitsunehosting.net/nextcloud/index.php/s/Rq8Jfk9qDF888zg/preview)
2020-11-06 19:59:34 -05:00
Joe S 106ec7889f Create new entry for gitea
Add new job for Backup-Gitea
Add new fileset for Gitea
2020-11-06 19:55:30 -05:00
1 changed files with 18 additions and 0 deletions

View File

@ -45,3 +45,21 @@ messages { # Send mail to the robotics team
console = all, !skipped, !saved
catalog = all
}
Job { # Backup Everything in gitea
Name = "Backup-Gitea"
JobDefs = "Default-System-Job"
FileSet = "Gitea"
}
# Gittea storage location on zinc
FileSet {
Name = "Gitea"
Include {
Options {
signature = MD5
}
File = "/mnt/Git/"
}
}