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 
This commit is contained in:
commit
59d21dfdde
|
@ -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/"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue