Create new entry for gitea

Add new job for Backup-Gitea
Add new fileset for Gitea
This commit is contained in:
Joe S 2020-11-06 19:55:30 -05:00
parent 9329662e6f
commit 106ec7889f
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/"
}
}