Add YouTube backup job to bacula
This commit is contained in:
parent
a1bd67de16
commit
77140c5783
|
@ -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/"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue