Sorry for the delay.
I've got it working finally.
Following your tip, I had to remove the '-u' and '-p' in the script call.
Then I had a write problem :
I'm backing up to /backup and I had to create a /backup/catalog directory
chowned to bacula:bacula. Once done, everything ran smoothly.
Thanks.
On Thursday 10 May 2007 14:30, Jean-François Leroux wrote:
> Hi,
> I've tried running the 'stock' BeforeBackup script on Debian Etch (bacula
> database backup with a call to mysqldump -u -p).
> There was a problem at first with variables $1 was $0 and $2 was $1, and so
> on.
> I corrected that so t
Hi,
I've tried running the 'stock' BeforeBackup script on Debian Etch (bacula
database backup with a call to mysqldump -u -p).
There was a problem at first with variables $1 was $0 and $2 was $1, and so
on.
I corrected that so that I got the correct variables in the correct fields
BUT I get now an