Am 18.06.20 um 05:35 schrieb Ryan Sizemore:
> Device {
>   Name = LTO-4
>   Media Type = LTO-4
>   Archive Device = /dev/nst0
>   AutomaticMount = yes;
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   Maximum File Size = 10GB
>   AutoChanger = yes
>   Maximum Spool Size = 1000GB
>   Spool Directory = "/scratch/spool"
> }
> 
> Here are the JobDefs and Job from the director:
> 
> JobDefs {
>   Name = "DefaultJob"
>   Type = Backup
>   Level = Incremental
>   Client = pacific-fd
>   FileSet = "Full Set"
>   Schedule = "WeeklyCycle"
>   Storage = File1
>   Messages = Standard
>   Pool = File
>   SpoolAttributes = yes
>   Priority = 10
>   Write Bootstrap = "/var/lib/bacula/%c.bsr"
> }
> 
> Job {
>   Name = "SynologyTest"
>   JobDefs = "DefaultJob"
>   FileSet = "SynologyTestFileSet"
>   Storage = LTO-4
>   Pool = TapePool
>   SpoolData = yes
> }
Be aware that /scratch will not be backup if spooling is enabled
which should be excluded in the SynologyTestFileSet configuration
if the backup server will be backup itself with this job.

Cheers,



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to