From 106ec7889ffca8d686b5c7772c3e6df0a7e60ea5 Mon Sep 17 00:00:00 2001 From: Joe S <31870999+KenwoodFox@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:55:30 -0500 Subject: [PATCH] Create new entry for gitea Add new job for Backup-Gitea Add new fileset for Gitea --- Dir Config/other/system.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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/" + } +}