On 2/15/21 11:31 AM, Johannes Becker wrote:
> Hi,
> 
> I want to use a copy job to create copies for offsite storage. While
> creating the settings in the bacula-dir.conf I had to define entries for
> client and fileset, even so I want to copy complete tapes with many jobs
> and clients. Which "client" would you put there? The same is with
> "fileset", what do you put there?


Try Client = ALL and Fileset = DUMMY, with those defined as follows:


# Fake client for copy jobs
Client {
  Name = ALL
  Address = localhost
  Password = NONE
  Catalog = Catalog
}

FileSet {
  Name = Dummy
  Include {
    Options {
      signature = MD5
    }
  }
}


-- 
  Phil Stracchino
  Babylon Communications
  ph...@caerllewys.net
  p...@co.ordinate.org
  Landline: +1.603.293.8485
  Mobile:   +1.603.998.6958


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to