Compare commits
2 Commits
9329662e6f
...
59d21dfdde
Author | SHA1 | Date |
---|---|---|
|
59d21dfdde | |
|
106ec7889f |
|
@ -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/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue