Create new entry for gitea #3
|
@ -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