Create new entry for gitea #3

Merged
Kenwood merged 1 commits from create-job-for-gitea into master 2020-11-06 19:59:36 -05:00
1 changed files with 18 additions and 0 deletions
Showing only changes of commit 106ec7889f - Show all commits

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/"
}
}