Re: [Bacula-users] how to backup this path "/path/otherpath/ABC*/singlefile"

2011-11-01 Thread Rodrigo Renie Braga
You also could use that script directly on the "File" parameter, like: File = "|yourscript.sh"; That way you wont need the local crontab to run your script, it can be ran by bacula itself. 2011/10/26 Alberto Fuentes > To answer myself > > I was not able to do it via wild or regex so I just cr

Re: [Bacula-users] how to backup this path "/path/otherpath/ABC*/singlefile"

2011-10-26 Thread Alberto Fuentes
To answer myself I was not able to do it via wild or regex so I just created a script that run daily before the backup that simple does "ls /path/otherpath/ABC*/singlefile > /backup.txt" and backup all the files on that file via File = \ To: bacula-users@lists.sourceforge.net Sent: Wed, 26 Oct 2