Compare commits
No commits in common. "59d21dfddec6ec7b6ec82ed8b95f542a2759d0c6" and "9329662e6f3a6f822a1df3610e0b2a630c261166" have entirely different histories.
59d21dfdde
...
9329662e6f
|
@ -45,21 +45,3 @@ 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