Hello List,

I am currently running my backups to a local harddrive /store. To do 
this, I have created volumes on the HD using the FileStorage device type.

Device {
   Name = FileStorage
   Media Type = File
   Archive Device = /store
   LabelMedia = yes;
   Random Access = Yes;
   AutomaticMount = yes;
   RemovableMedia = no;
   AlwaysOpen = no;
}

Pool {
   Name = Default
   Pool Type = Backup
   Recycle = yes
   AutoPrune = yes
   VolumeRetention = 2 months
   LabelFormat = "Tape"
   Maximum Volumes = 100
   Maximum Volume Bytes = 10737418240
}

My problem is now that I have run out of space on that device and would 
like to add more Files on a different HD mounted at another location 
(/store2). But all examples using FileStorage store the files in the 
same directory.

What I have found is the description on storing into two different 
directories:

http://www.bacula.org/5.1.x-manuals/en/main/main/Basic_Volume_Management.html#SECTION002730000000000000000

but here two hosts are distributed between two directories. I would like 
that both hosts use the volumes in both directories, using a global 
expiration.

Is there an easy way to add more volumes to the FileStorage in a 
different directory?

Thanks,
Bernd

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to