diff --git a/other/system.conf b/other/system.conf index f3907ed..e98ef97 100644 --- a/other/system.conf +++ b/other/system.conf @@ -63,3 +63,20 @@ FileSet { File = "/mnt/Git/" } } + +Job { # Backup Everything in YouTube + Name = "Backup-YouTube" + JobDefs = "Default-System-Job" + FileSet = "YouTube" +} + +# YouTube storage location on zinc +FileSet { + Name = "YouTube" + Include { + Options { + signature = MD5 + } + File = "/mnt/YouTube/" + } +}