On Mon, 3 Feb 2025 at 15:38, Stefan G. Weichinger via Bacula-users <bacula-users@lists.sourceforge.net> wrote: > > Am 03.02.25 um 15:28 schrieb Stefan G. Weichinger via Bacula-users: > > Am 03.02.25 um 15:05 schrieb Marcin Haba: > >> On Mon, 3 Feb 2025 at 13:45, Stefan G. Weichinger via Bacula-users > >> <bacula-users@lists.sourceforge.net> wrote: > Is that a correct start: > > Device { > Name = "NAS-Storage" > Description = "Backup NAS FPSS" > MediaType = "vtape1" > ArchiveDevice = "/mnt/bacula/nas_backup" > RemovableMedia = no > RandomAccess = yes > LabelMedia = yes > AlwaysOpen = no > RequiresMount = yes > MaximumVolumeSize = 750000000000 > MaximumFileSize = 10000000000 > MinimumFeeSpace = 1000000000000 > SpoolDirectory = "/var/spool/bacula" > MaximumSpoolSize = 118111600640 > MountPoint = "/mnt/bacula/nas_backup" > MountCommand = "/usr/bin/mount %m" > UnmountCommand = "/usr/bin/umount %m" > } > > Autochanger { > Device = "NAS-Storage" > Name = "NAS" > ChangerDevice = "/dev/null" > ChangerCommand = "/dev/null" > } > > > Do I need this in the Device: > > Autochanger = yes
Hello Stefan, Yes, you need it because your device is a part of the autochanger. If you want to use this device as a single independent Device, then removing "Autochanger = yes" will be OK and then you can also remove the whole Autochanger resource. It will also require updating the Device directive in the Storage resource in the Director configuration to use this single device. Best regards, Marcin Haba (gani) _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users