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?

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
}



-- 
Gruß
Christoph Litauer
________________________________________________________________________
Christoph Litauer                  [EMAIL PROTECTED]
Uni Koblenz, Rechenzentrum,        http://www.uni-koblenz.de/~litauer
Postfach 201602, 56016 Koblenz     Fon: +49 261 287-1311, Fax: -100 1311
PGP-Fingerprint: F39C E314 2650 650D 8092 9514 3A56 FBD8 79E3 27B2



-------------------------------------------------------
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&kid0709&bid&3057&dat1642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to