Hi everybody!
Is it possible to set client start time somewhere other than Schedule
configuration?
So we can use the same schedule, but in different time start.
I didn't found anything like this in doc :(

Ex:
Schedule {
  Name = "FSSSSSS"
  Run = Level=Full sun
}

JobDefs {
  Name = "client001.jd"
  Type = Backup
  Level = Incremental
  Client = client001
  FileSet = "all-unix"
  Schedule = "FSSSSSS"
  Storage = Filedisk
  Messages = Standard
  Pool = StandardPool
  Priority = 10
>>>>>>  Start Time = 23:00
}

 JobDefs {
  Name = "client002.jd"
  Type = Backup
  Level = Incremental
  Client = client002
  FileSet = "all-unix"
  Schedule = "FSSSSSS"
  Storage = Filedisk
  Messages = Standard
  Pool = StandardPool
  Priority = 10
>>>>>>  Start Time = 15:00
}


Thx,
Fabio
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to