Re: [Bacula-users] Creating filesets on-the-fly

2006-11-24 Thread novosirj
Can't you also just pull the schedule line from the job def? -Original Message- From: Dan Langille <[EMAIL PROTECTED]> Subj: Re: [Bacula-users] Creating filesets on-the-fly Date: Fri Nov 24, 2006 10:25 am Size: 1K To: Ruben Lopez <[EMAIL PROTECTED]>

Re: [Bacula-users] Creating filesets on-the-fly

2006-11-24 Thread Dan Langille
On 24 Nov 2006 at 16:24, Ruben Lopez wrote: > By the way, is there any way of schedule a backup to run only once? I > didn't see how to specify the year... For jobs that you don't want on a schedule, do this: Schedule { Name = "Never" } Job { Name= "laptop" JobDefs = "

Re: [Bacula-users] Creating filesets on-the-fly

2006-11-24 Thread Ruben Lopez
Thanks for all the suggestions. This one seems to be the most usefull for what I want to do. Anyway, it will be a bit tricky to get some day to work and have to program one new backup for next Tuesdey and another new one for next Friday. Does your first approach read the local-filelist when the sc

Re: [Bacula-users] Creating filesets on-the-fly

2006-11-23 Thread Thomas Glatthor
Hi, maybe this will help: > Any file-list item preceded by a less-than sign (<) will be taken to be a > file. This file will be read on the Director's machine at the time the Job > starts, and the data will be assumed to be a list of directories or files, > one per line, to be included. The n

Re: [Bacula-users] Creating filesets on-the-fly

2006-11-23 Thread James Ray
Jaime Ventura wrote: > Hi, > you can change the configuration file and the issue the command > "reload" on console. > Be careful, if the configuration file has any mistake you may get > the bacula-dir to terminate itself :(. > To avoid this you should run bacula-dir -t -c to test your

Re: [Bacula-users] Creating filesets on-the-fly

2006-11-23 Thread Dan Langille
On 23 Nov 2006 at 17:54, Ruben Lopez wrote: > Hi, > > I'm new to bacula, and after reading the documentation I couldn't find a > way of creating filesets from the consoles. It seems that the only way > of creating them is by modifying the configuration file of the director, Right. > but this wo

Re: [Bacula-users] Creating filesets on-the-fly

2006-11-23 Thread Jaime Ventura
Hi, you can change the configuration file and the issue the command "reload" on console. Be careful, if the configuration file has any mistake you may get the bacula-dir to terminate itself :(. Jaime Ventura [Infra-estruturas e Comunicações] Rua Dr. António Bernardino de Almeida

[Bacula-users] Creating filesets on-the-fly

2006-11-23 Thread Ruben Lopez
Hi, I'm new to bacula, and after reading the documentation I couldn't find a way of creating filesets from the consoles. It seems that the only way of creating them is by modifying the configuration file of the director, but this would involve restarting the bacula server to have the new fileset i