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)
This commit is contained in:
Kenwood 2020-11-06 19:59:34 -05:00
commit 59d21dfdde
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 console = all, !skipped, !saved
catalog = all 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/"
}
}