Re: adding a CIFS-share as autochanger

"Stefan G. Weichinger via Bacula-users" <[email protected]>
Newsgroups gmane.comp.bacula.user
Message-ID <[email protected]>
managed to label my first volume on the NAS

phew

pls suggest improvements:

# SD

Device {
   Name = "NAS-Storage"
   Description = "Backup NAS FPSS"
   MediaType = "vtape1"
   ArchiveDevice = "/mnt/bacula/nas_backup"
   RemovableMedia = no
   RandomAccess = yes
   LabelMedia = yes
   AlwaysOpen = no
   AutomaticMount = 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"
}

# DIR

Storage {
   Autochanger = "yes"
   SdPort = 9103
   MaximumConcurrentJobs = 1
   Password = "EkcGgtnIijvclGBT6fTwbT44bk5n-jKp8"
   Name = "NAS-loader"
   Address = "192.168.0.60"
   Device = "NAS"
   MediaType = "vtape1"
}


--- does this config create and label virtual tapes if needed?

thanks all, sorry for the noise
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.