Re: [Bacula-users] Cancel Multiple Jobs

2011-06-14 Thread Jan Behrend
On 06/14/11 21:17, Rodrigo Ferraz wrote: > Hello > > > > Is there a way to cancel multiple running Jobs with bconsole? Hi, here is another one using the shell: for fn in $(echo "s dir" | bconsole | awk '/waiting/ {print $1}') ; do echo "cancel jobid=$fn" ; done | bconsole This cancels all w

Re: [Bacula-users] Cancel Multiple Jobs

2011-06-14 Thread Wolfgang Denk
Dear "Rodrigo Ferraz", In message <002001cc2ac7$bc860520$35920f60$@gmail.com> you wrote: > > Is there a way to cancel multiple running Jobs with bconsole? Use the shell... > Select Job: > 1: JobId=1271 Job=Backup-fs01.2011-06-14_15.54.55_04 > 2: JobId=1272 Job=Backup-mx01.2011-06-14_1

Re: [Bacula-users] Bacula for openSuSE11.3 rpms missing

2011-06-14 Thread Marc Chamberlin
On 6/13/2011 1:27 AM, Bruno Friedmann wrote: > On 06/12/2011 09:30 PM, Marc Chamberlin wrote: >> Any chance (psheaffer?) someone could contribute the rpms for >> openSuSE11.3 x86_64 and put up on the bacula website, soon? I tried the >> 11.2 versions, but the python version of libraries have been u

[Bacula-users] Cancel Multiple Jobs

2011-06-14 Thread Rodrigo Ferraz
Hello Is there a way to cancel multiple running Jobs with bconsole? I’ve tried with wildcards (‘*’) and intervals without any success. *cancel Select Job: 1: JobId=1271 Job=Backup-fs01.2011-06-14_15.54.55_04 2: JobId=1272 Job=Backup-mx01.2011-06-14_15.54.58_05 3: JobI

[Bacula-users] Problem recycling volumes

2011-06-14 Thread Tahar Belcaid
Hello, We have installed bacula and recycling volumes gives us the following error: Fatal error: label.c:464 Truncate error on device "FileStorage" (/mnt/backup/): ERR=dev.c:2023 Unable to truncate device "FileStorage" (/mnt/backup/). ERR=Invalid argument Marking Volume "IncFile-0388" in E

Re: [Bacula-users] Bacula messages.

2011-06-14 Thread Konstantin Khomoutov
On Tue, 14 Jun 2011 04:39:31 -0700 Krysztofiak wrote: > Is it possible to call script instead of mail command in bacula > director? > > bacula-dir.conf: > > something like this > > Messages { > Name = Standard > mailcommand = "/usr/lib/messenger.pl %t %e %c %l" > operatorcommand = "/usr/

[Bacula-users] bconsole crashes on Solaris 10 sparc bacula 5.0.3

2011-06-14 Thread Mats Rojestal
Got a strange problem and cant run bconsole on solars 10 sparc and i get this error: bash-3.00# ./bconsole Connecting to Director gymer.lulea.lm.se:9101 1000 OK: gymer-dir Version: 5.0.3 (04 August 2010) Enter a period to cancel a command. *status Status available for: 1: Director 2: Sto

Re: [Bacula-users] Restore from Linux (SD) to Windows (FD)

2011-06-14 Thread John Drescher
On Tue, Jun 14, 2011 at 8:44 AM, Christian Tardif wrote: > Hi, > > On one of my installed systems, I have this setup: > > Bacula-Dir (LinuxBox) > Bacula-FD (LinuxBox) > Bacula-SD (LinuxBox) > Bacula-FD (WinBox) > > I'm trying to restore data taken from LinuxBox (SD) to WinBox (FD). > The error mes

[Bacula-users] Restore from Linux (SD) to Windows (FD)

2011-06-14 Thread Christian Tardif
Hi, On one of my installed systems, I have this setup: Bacula-Dir (LinuxBox) Bacula-FD (LinuxBox) Bacula-SD (LinuxBox) Bacula-FD (WinBox) I'm trying to restore data taken from LinuxBox (SD) to WinBox (FD). The error message I can see from the console is that SD is waiting for FD to connect,

[Bacula-users] Bacula messages.

2011-06-14 Thread Krysztofiak
Is it possible to call script instead of mail command in bacula director? bacula-dir.conf: something like this Messages { Name = Standard mailcommand = "/usr/lib/messenger.pl %t %e %c %l" operatorcommand = "/usr/lib/bacula/bsmtp -h localhost -f \"\(Bacula\) \<%r\>\" -s \"Bacula: Intervent

Re: [Bacula-users] Max Wait Time not respected, Max Run Time exceedes with 0s run time

2011-06-14 Thread Jeremy Maes
Op 14/06/2011 11:50, Harald Schmalzbauer schreef: > > Hello bacula list, > > I'm trying to setup a small backup concept with bacula 5.0.3 > Unfortunately I ran into the same problem about one year ago with 5.0.1 > I'm using file based SD. > I had one job running, accessing S

Re: [Bacula-users] Max Wait Time not respected, Max Run Time exceedes with 0s run time

2011-06-14 Thread Harald Schmalzbauer
schrieb Jeremy Maes am 14.06.2011 11:43 (localtime): > Op 14/06/2011 11:23, Harald Schmalzbauer schreef: >> schrieb Jeremy Maes am 14.06.2011 10:46 (localtime): >>> Op 14/06/2011 9:52, Harald Schmalzbauer schreef: Hello bacula list, I'm trying to setup a small backup concept with b

Re: [Bacula-users] Max Wait Time not respected, Max Run Time exceedes with 0s run time

2011-06-14 Thread Jeremy Maes
Op 14/06/2011 11:23, Harald Schmalzbauer schreef: > schrieb Jeremy Maes am 14.06.2011 10:46 (localtime): >> Op 14/06/2011 9:52, Harald Schmalzbauer schreef: >>> Hello bacula list, >>> >>> I'm trying to setup a small backup concept with bacula 5.0.3 >>> Unfortunately I ran into the same problem ab

Re: [Bacula-users] Max Wait Time not respected, Max Run Time exceedes with 0s run time

2011-06-14 Thread Harald Schmalzbauer
schrieb Jeremy Maes am 14.06.2011 10:46 (localtime): > Op 14/06/2011 9:52, Harald Schmalzbauer schreef: >> Hello bacula list, >> >> I'm trying to setup a small backup concept with bacula 5.0.3 >> Unfortunately I ran into the same problem about one year ago with 5.0.1 >> I'm using file based SD. >>

Re: [Bacula-users] Max Wait Time not respected, Max Run Time exceedes with 0s run time

2011-06-14 Thread Jeremy Maes
Op 14/06/2011 9:52, Harald Schmalzbauer schreef: Hello bacula list, I'm trying to setup a small backup concept with bacula 5.0.3 Unfortunately I ran into the same problem about one year ago with 5.0.1 I'm using file based SD. I had one job running, accessing SD1 running, so

Re: [Bacula-users] Why doesn't Bacula use the whole tape?

2011-06-14 Thread Stefan Günther
Hi, >Are these LTO3 or LTO2 tapes? > LTO3 tapes >When bacula hits any kind of tape error it assumes the tape is full. >Check your dmesg. > [7.806343] st 3:0:1:0: Attached scsi tape st0 [7.806345] st 3:0:1:0: st0: try direct i/o: yes (alignment 512 B) [ 3295.705344] st0: Block limits 1 - 1

[Bacula-users] Wrong "Bytes Written" count in canceled Job status notification

2011-06-14 Thread Harald Schmalzbauer
Hello bacula list, I'm trying to setup a small backup concept with bacula 5.0.3 If a job was canceled due to Maxc Run Time limits for example, the report states: FD Files Written: 0 SD Files Written: 0 FD Bytes Written: 0 (0 B) SD Bytes Written: 0 (0 B) Rate:

[Bacula-users] Max Wait Time not respected, Max Run Time exceedes with 0s run time

2011-06-14 Thread Harald Schmalzbauer
Hello bacula list, I'm trying to setup a small backup concept with bacula 5.0.3 Unfortunately I ran into the same problem about one year ago with 5.0.1 I'm using file based SD. I had one job running, accessing SD1 running, so the next scheduled job had to wait. But it didn't wait "Max Wait Time" o