diff --git a/Dir Config/other/system.conf b/Dir Config/other/system.conf index c20fda1..f3907ed 100644 --- a/Dir Config/other/system.conf +++ b/Dir Config/other/system.conf @@ -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/" + } +}