Hi,
On 5/5/2006 10:19 AM, Christoph Litauer wrote:
Dear bacula users,
I just tested a little bit with the "cloning"-feature of bacula. I
expected cloning to work as follows:
1.) Save the clients data to medium1 (disk)
2.) Copy the saved data from medium1 to medium2 (tape)
What I see is
1.) Save the clients data to medium1 (disk)
2.) Save the clients data a 2nd time to medium2 (tape)
So in fact the backup is done twice: Once to the primary device and once
to the clone device. bacula is such a wondeful backup tool, I believe I
misconfigured something?
I don't think so... rather, I think you're waiting for job migration :-)
This is in development and will be in release 1.40, due some time this year.
Arno
Here are the relevant parts of my conf files:
bacula-dir.conf:
########################
# Backup-Client: bruch
#
Client {
Name = bruch-fd
Address = bruch
FDPort = 9102
Catalog = MyCatalog
Password = "xxx" # password for FileDaemon
File Retention = 30 days # 30 days
Job Retention = 3 months # six months
AutoPrune = yes # Prune expired Jobs/Files
}
Job {
Name = "bruch"
JobDefs = "DefaultJob"
Client = bruch-fd
FileSet = "client files-to-backup"
Write Bootstrap = "/var/bacula/bruch.bsr"
Storage = FileStorage
Pool = Default
Priority = 10
SpoolData = yes
Run = "bruch level=%l since=\"%s\" storage=Overland pool=LTO"
}
Storage {
Name = FileStorage
Address = baculahost.uni-koblenz.de
SDPort = 9103
Password = "xxx"
Device = FileStorage
Autochanger = yes
Media Type = File
Maximum Concurrent Jobs = 20
}
Storage {
Name = Overland
Address = baculahost.uni-koblenz.de
SDPort = 9103
Password = "xxx"
Device = Overland-NEO2000
Autochanger = yes
Media Type = LTO2
Maximum Concurrent Jobs = 1
}
bacula-sd.conf:
#
# Overland NEO 2000, 1 drive, 29 Slots (+1 cleaning slot)
#
Autochanger {
Name = "Overland-NEO2000"
Device = "HP LTO2"
Changer Device = /dev/sg1
Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
}
Device {
Name = "HP LTO2"
Device Type = Tape;
Media Type = LTO2
Archive Device = /dev/nst0
AutomaticMount = yes
AlwaysOpen = yes;
RemovableMedia = yes;
RandomAccess = no;
Autochanger = yes
Spool Directory = /var/spool/bacula
Maximum Spool Size = 26843545600 # 25GB
}
#
# File Storage
#
Device {
Name = FileStorage
Media Type = File
Archive Device = /storage
LabelMedia = yes; # lets Bacula label unlabeled media
Random Access = Yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
Maximum Volume Size = 2147483648 # 2GB
Spool Directory = /var/spool/bacula
Maximum Spool Size = 26843545600 # 25GB
}
--
IT-Service Lehmann [EMAIL PROTECTED]
Arno Lehmann http://www.its-lehmann.de
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users