[Bacula-users] Network send error to SD. ERR=Broken Pipe

2009-06-25 Thread Cesare Montresor

Hi guys, does anyone know how to resolve this issue ?

Considerations:
- Started and restared, all components many times :)
- Add hearthbeat interval = 1 to SF and SD
- Test connection using telnet, works...
- Unix permissions at SD are ok.
- This job dies always near this point:
   ~9min (8.57, 9.03, 9.03)
   ~11.000 files (11.110, 11.115, 11.113)
   ~880mb (882, 880, 882)
- dir and fd are v1.38 - debian 4 stable
- sd is v1.38 on centos
- this backup system well worked for 1 year
- the architecture:
   is designed for disaster recovery.
   there are only 2 server involved: repository and jane.
   both server have fd and sd, thay are located in 2 different 
buildings on different subnets.

   jane-fd sends his backup to repository-sd.
   repository-fd send his backup to jane-sd.
   director is located on repository.


All advice are welcome.

Thanks,
Cesare

25-giu 11:28 repository-dir: No prior Full backup Job record found.
25-giu 11:28 repository-dir: No prior or suitable Full backup found. Doing FULL 
backup.
25-giu 11:28 repository-dir: Start Backup JobId 2248, 
Job=repository.base.2009-06-25_11.28.07
25-giu 11:09 storage.jane: Volume "repository.base-0005" previously written, 
moving to end of data.
25-giu 11:37 repository-fd: repository.base.2009-06-25_11.28.07 Fatal error: 
backup.c:500 Network send error to SD. ERR=Pipe rotta
25-giu 11:37 repository-dir: repository.base.2009-06-25_11.28.07 Error: Bacula 
1.38.11 (28Jun06): 25-giu-2009 11:37:40
 JobId:  2248
 Job:repository.base.2009-06-25_11.28.07
 Backup Level:   Full (upgraded from Incremental)
 Client: "repository" i486-pc-linux-gnu,debian,4.0
 FileSet:"repository.base" 2008-03-21 17:35:23
 Pool:   "repository.base"
 Storage:"storage.jane"
 Scheduled time: 25-giu-2009 11:28:05
 Start time: 25-giu-2009 11:28:43
 End time:   25-giu-2009 11:37:40
 Elapsed time:   8 mins 57 secs
 Priority:   10
 FD Files Written:   11,113
 SD Files Written:   0
 FD Bytes Written:   882,597,993 (882.5 MB)
 SD Bytes Written:   0 (0 B)
 Rate:   1643,6 KB/s
 Software Compression:   53,9 %
 Volume name(s): 
 Volume Session Id:  1

 Volume Session Time:1245920820 
 Last Volume Bytes:  1 (1 B)
 Non-fatal FD errors:0
 SD Errors:  0
 FD termination status:  Error
 SD termination status:  Error
 Termination:*** Backup Error ***

begin:vcard
fn:Cesare Montresor
n:Montresor;Cesare
org:Netspin srl;Research and Development
adr:;;Via Maestro Ardizzone, 3;Grezzana;Verona;;Italia
email;internet:c.montre...@netspin.it
tel;work:045-86 50 147
tel;fax:045-86 58 007
x-mozilla-html:FALSE
url:http://www.netspin.it
version:2.1
end:vcard

--
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Backup Laptops

2008-02-21 Thread Cesare Montresor
Hi,
i need to backup a laptop, currently i'm using this job definition:

Job {
  Name = furetto
  Type = Backup
  Level = Incremental
  Client = furetto-fd
  FileSet = furetto
  Schedule = FurettoCycle
  Storage = File
  Pool = furetto
  Messages = Standard

  Reschedule On Error = yes
  Reschedule Interval = 2h
  Reschedule Times = 6

  ClientRunBeforeJob = "/bin/sh -c 'mysqldump --all-databases -ubacula 
-pbacula > /tmp/mysql_all_database.sql'"
  ClientRunAfterJob = "rm /tmp/mysql_all_database.sql"
}

and this message resource: (installation default)

Messages {
  Name = Standard
  mailcommand = "/usr/lib/bacula/bsmtp -h mail.host.it -f \"\(Bacula\) 
%r\" -s \"Bacula: %t %e of %c %l\" %r"
  operatorcommand = "/usr/lib/bacula/bsmtp -h mail.host.it -f 
\"\(Bacula\) %r\" -s \"Bacula: Intervention needed for %j\" %r"
  mail = [EMAIL PROTECTED] = all, !skipped
  operator = [EMAIL PROTECTED] = mount
  console = all, !skipped, !saved
  append = "/var/lib/bacula/log" = all, !skipped
}

By the reschedule directives works good but bacula spam on my e-mail 
about each faliure, how i can setup a success-only messaging ?

Many Thanks

Cesare Montresor

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Makign sure a job is cancelled...

2008-02-13 Thread Cesare Montresor
Mark Maas ha scritto:
> Hi List,
>
> I was wondering how I could force cancelling of jobs after "x" hours 
> of scheduled time if they have not started yet.?
> What I also tried was the "Max Wait Time" option in my jobs, but it 
> seems it only starts counting from the start of the job, not from 
> start of scheduled time.
>
> "Max Start Delay" is also not completely what I was looking for, it 
> comes close, but only applies when other jobs are running. Not when 
> everything is waiting for a tape/volume to be inserted.
>
> So to summarize, I'd like to schedule a few jobs from 23:00. And have 
> them automaticly cancelled at 08:00 in the morning when they still do 
> not have a correct volume to backup to.
>
> When the operator simply forgot the tape, then the backup for that 
> night should simply be skipped. The period of time in which the backup 
> was possible has passed.
>
> Is this possible?
>
> Thanks,
> Mark
> 
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> 
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   
You can try in this way:

- Add in Device {} resource:
  Maximum Open Wait = 


Enchanted Version:

- Add in Device {} resource:
  Alert Command = 'bsmtp '
  to send an e-mail to tape operator.

- Add in job {} resource:
  Reschedule On Error = yes
  Reschedule Interval = 2h
  Reschedule Times = 6



 From Manual:

Reschedule On Error = 
If this directive is enabled, and the job terminates in error, the job 
will be rescheduled as determined by the
Reschedule Interval and Reschedule Times directives. If you cancel the 
job, it will not be rescheduled. The
default is no (i.e. the job will not be rescheduled).
This specification can be useful for portables, laptops, or other 
machines that are not always connected to the
network or switched on.

Reschedule Interval = 
If you have specified Reschedule On Error = yes and the job terminates 
in error, it will be rescheduled after the
interval of time specified by time−specification. See the time 
specification formats in the Configure chapter for
details of time specifications. If no interval is specified, the job 
will not be rescheduled on error.

Reschedule Times = 
This directive specifies the maximum number of times to reschedule the 
job. If it is set to zero (the default) the
job will be rescheduled an indefinite number of times.

Maximum Open Wait = time
This directive specifies the maximum amount of time that Bacula will 
wait for a device that is busy. The
default is 5 minutes. If the device cannot be obtained, the current Job 
will be terminated in error. Bacula
will re−attempt to open the drive the next time a Job starts that needs 
the the drive.

Alert Command = name−string
The name−string specifies an external program to be called at the 
completion of each Job after the
device is released. The purpose of this command is to check for Tape 
Alerts, which are present when
something is wrong with your tape drive (at least for most modern tape 
drives). The same substitution
characters that may be specified in the Changer Command may also be used 
in this string. For more
information, please see the Autochangers chapter of this manual.
Note, it is not necessary to have an autochanger to use this command. 
The example below uses the
tapeinfo program that comes with the mtx package, but it can be used on 
any tape drive. However, you
will need to specify a Changer Device directive in your Device resource 
(see above) so that the generic
SCSI device name can be edited into the command (with the %c).
An example of the use of this command to print Tape Alerts in the Job 
report is:
Alert Command = "sh −c 'tapeinfo −f %c | grep TapeAlert'"


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] About "Volume Use Duration"

2008-02-11 Thread Cesare Montresor
 From bacula pdf manual:
...
"This value is checked and the "Used" status is set only at the end of a 
job that writes to the particular
volume, which means that even though the use duration may have expired, 
the catalog entry will not be
updated until the next job that uses this volume is run."
...

Simple case:
- "Volume Use Duration" is 10h and first job run take 10m, this mean the 
volume will not be flagged as "Used".
- Next job run is after 12h and "Volume Use Duration" is expired but 
volume is not flagged as "Used".

Simple question:
- Bacula will write on that volume or choose a different one ?


Many Thanks
Cesare Montresor

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Bacula & Zabbix

2008-02-08 Thread Cesare Montresor
For fully understanding the result you have to look at
http://www.zabbix.com/, there also some sceenshots.

Anyway, Zabbix is a distribuited monitoring system, with one server and
some agents (one for each monitored machine).
Every agent have some triggers (ex. ram usage is above 80% ? if yes
raise an alert).
All alerts are sent to zabbix server and an action can be done.
By this script you can monitor each job execution and raise an alert for
errors and warnings.
You need it if you use zabbix or if you plan to setup a monitoring system.

Cesare Montresor


Dan Langille wrote:
> Cesare Montresor wrote:
>> While browsing across internet i found this usefull post on zabbix 
>> forum (zabbix is an opensource, really good, monitoring system).
>> This post explain how to monitor jobs executions by using message{} 
>> resource instead of recive mails.
>
> Can you show us what the results look like?  Screen shot or URL would 
> be great.
>



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] about bootstrap files

2008-02-08 Thread Cesare Montresor
I read manual about bootstap files, but unsure how them works.
Bootstap files are needed only for restore files (full job) from a 
volume without catalog informations ?

Many thanks,
Cesare Montresor

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] restore error messages

2008-02-08 Thread Cesare Montresor
A good test could be try restore in different (empty) directory, 
something like c:\tmp_bacula_restore.
Just edit restore job before run.

Cesare Montresor

Steve Rippl wrote:
> Hi,
>
> First of all, great piece of software!  Bacula has got us away from an
> expensive proprietary system (Commvault) and we have something now that
> functions great on both our Linux and MS servers.  I have a question
> though, running a restore onto a different volume than the original
> target is producing *lots* of these error messages...
>
> .
> .
> .
> 05-Feb 14:40 wsdimg-fd: Restore_Files.2008-02-05_14.46.00
> Error: ../../filed/restore.c:975 Write error on E:/M/TEAM/Forms/TEAM
> Strike Letter.doc: The process cannot access the file because it is
> being used by another process.
>
> 05-Feb 14:40 wsdimg-fd: Restore_Files.2008-02-05_14.46.00
> Error: ../../filed/restore.c:975 Write error on
> E:/M/TEAM/Math/Calculator Use on WASL.doc: The process cannot access the
> file because it is being used by another process.
>
> 05-Feb 14:40 wsdimg-fd: Restore_Files.2008-02-05_14.46.00
> Error: ../../filed/restore.c:975 Write error on E:/M/TEAM/Math/Nikkis
> Magic Triangle.doc: The process cannot access the file because it is
> being used by another process.
> .
> .
> .
>
> and yet the files still end up restored at the end!  This happens both
> for a restore from just a single full backup and from a full/incremental
> mix.  What's that all about?  
>
> We're running Bacula  2.2.4 on Debian Etch.
>
> Thanks,
> Steve Rippl
> Woodland School District
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>   


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Bacula & Zabbix

2008-02-08 Thread Cesare Montresor
While browsing across internet i found this usefull post on zabbix forum 
(zabbix is an opensource, really good, monitoring system).
This post explain how to monitor jobs executions by using message{} 
resource instead of recive mails.



Cesare Montresor

(attachment is taken from post)

URL: http://www.zabbix.com/forum/showthread.php?t=8145

--
post by: milprogDate: 22-10-2007
-- 


Hi all

I use bacula to back up and verify lots of servers. After I had found 
zabbix to monitor these, I now was tired of checking all those silly 
"Backup OK ..." mails every day. Moreover, I needed a simple way to 
monitor the size of each server's backup.


So I made bacula work with zabbix using a self-made perl script. I use 
bacula 2.0.3, but the procedure should work with other versions as well; 
perhaps the text strings in the script need some adjustment. Here is my 
cookbook contribution:


1) On your server hosting the bacula director, create a perl script 
/etc/zabbix/bin/custom_bacula (see attachment, remove .txt extension), 
chmod 0755


(sorry, this is my first perl script: not very elegant, but it works for 
me. Improvements are welcome!)


2) in /etc/bacula/bacula-dir.conf, replace the mailcommand line by:

mailcommand = "/etc/zabbix/bin/custom.bacula %r %c"

and modify the mail line as follows (of course, replace 
my.zabbixserver.fqdn by your server's dns name):


mail = my.zabbixserver.fqdn = all, !skipped

...this way, the bacula result messages go through the zabbix_sender 
process instead of being mailed through bsmtp.


3) create zabbix trapper items with the names given in the custom.bacula 
script, e.g.

bacula.backup.result
bacula.fd.fileswritten (Units: Bytes)
bacula.fd.byteswritten (Units: Bytes)
(etc.)

4) ensure that the FD names in the bacula-dir.conf file correspond to 
the hostnames used in zabbix.


5) Enjoy! Add triggers for bacula.backup.result >1 or 
bacula.verify.result >0 to report errors; add thresholds to monitor 
backup size etc. etc.


Regards
--Marcel
--
#!/usr/bin/perl
#
# process bacula termination message and generate zabbix events
#
use strict;
use warnings;

my %term_backup = ("OK", "0" , "OK -- with warnings", "1");
my %term_verify = ("OK", "0" );

my $zabbixserver = $ARGV[0];
my $hostname = $ARGV[1];
my $zabbix_sender = "/usr/sbin/zabbix_sender";

#print "Server=", $zabbixserver, "\n";
#print "Host=", $hostname, "\n";

while () {
if (/Termination:\s*Backup\s*/) { 
  my $term = $'; chop($term); 
  if (exists($term_backup{$term})) {
$term=$term_backup{$term};
  } else {
$term="2";  
  };
  my $cmd = $zabbix_sender." -z ".$zabbixserver." -s ".$hostname." -k 
bacula.backup.result -o ".$term;
#  print $cmd, "\n"; 
  my $return = `$cmd`;
} elsif (/Termination:\s*Verify\s*/) { 
  my $term = $'; chop($term); 
  if (exists($term_verify{$term})) {
$term=$term_verify{$term};
  } else {
$term="2";  
  };
  my $cmd = $zabbix_sender." -z ".$zabbixserver." -s ".$hostname." -k 
bacula.verify.result -o ".$term;
#  print $cmd, "\n";
  my $return = `$cmd`;
} elsif (/FD Files Written:\s*/) { 
  my $term = $'; chop($term);
  my $cmd = $zabbix_sender." -z ".$zabbixserver." -s ".$hostname." -k 
bacula.fd.fileswritten -o ".$term;
#  print $cmd, "\n";
  my $return = `$cmd`;
} elsif (/SD Files Written:\s*/) {
  my $term = $'; chop($term);
  my $cmd = $zabbix_sender." -z ".$zabbixserver." -s ".$hostname." -k 
bacula.sd.fileswritten -o ".$term;
#  print $cmd, "\n";
  my $return = `$cmd`;
} elsif (/FD Bytes Written:\s*/) {
  $_ = $'; /[0-9,]+/; $_ = $&; s/,//g;
  my $term = $_;
  my $cmd = $zabbix_sender." -z ".$zabbixserver." -s ".$hostname." -k 
bacula.fd.byteswritten -o ".$term;
#  print $cmd, "\n";
  my $return = `$cmd`;
} elsif (/SD Bytes Written:\s*/) {
  $_ = $'; /[0-9,]+/; $_ = $&; s/,//g;
  my $term = $_;
  my $cmd = $zabbix_sender." -z ".$zabbixserver." -s ".$hostname." -k 
bacula.sd.byteswritten -o ".$term;
#  print $cmd, "\n";
  my $return = `$cmd`;
} elsif (/Last Volume Bytes:\s*/) {
  $_ = $'; /[0-9,]+/; $_ = $&; s/,//g;
  my $term = $

Re: [Bacula-users] RunBeforeJob on Win32 fails with no errors.

2008-02-06 Thread Cesare Montresor
I have done some test fews days ago, try this use this shape:

Job
{
  ...
ClientRunBeforeJob = "cmd /k c:\\programmi\\bacula\\scripts\\before.bat"
  ...
}

Important things:
- "cmd /k"
- doubled slashes "\\"

Cesare Montresor


[EMAIL PROTECTED] wrote:
>
>  I am pretty sure the xcopy script IS failing. I just can't figure out 
> why.
>
>  If I use my DEL script in place of the xcopy script, it works like a 
> charm. Yet, if I run the xcopy batchfile manually it also completes 
> flawlessly. I would assume this is a permissions thing, but bacula was 
> installed under the Administrator account.
>
>  Having decided to use mysqldump, this is now all moot. I am playing 
> with mysqldump now, will let you know how it goes.
>
> Cheers for the help
>
> Dan
>
>
>
>
> John Drescher wrote:
>>>  I apologise for the confusion.
>>>
>>> 
>> Now I think I confused you.
>>
>>   
>>>   Thanks for the help though, I would have been testing everything twice
>>> otherwise!  lol
>>>
>>> 
>> Are you sure that the xcopy did not fail? I think the exit command
>> returns 0 regardless of the success or failure of the xcopy. Or am I
>> wrong about that?
>>
>> John
>>
>> -
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
>> ___
>> Bacula-users mailing list
>> Bacula-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/bacula-users
>>
>>   
> 
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> 
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] win32 fileset

2008-02-06 Thread Cesare Montresor
I'm not sure what's wrong but try this:

Job
{
...
ClientRunBeforJob = "net use r: \\your-host\your"
...
}

Cesare Montresor



Robin Blanchard wrote:
> Autochanger fully working with bardcode support and large linux backup
> successfully performed. Thanks all :)
>
> Now attempting to set a fileset for an entire win32 share (R:\)  
>
> FileSet {
>   Name = "hoover_data"
>   Enable VSS = yes
>   Include {
> Options {
>   signature = MD5
> }
> File = "R:/"
>   }
> }
>
> But no data is getting picked up. I surmise the "file" statement is
> incorrect ?
>
> *status client=hoover.itos.uga.edu-fd
> Connecting to Client hoover.itos.uga.edu-fd at hoover.itos.uga.edu:9102
>
> hoover.itos.uga.edu-fd Version: 2.2.8 (26 January 2008)  VSS Linux
> Cross-compile Win32
> Daemon started 04-Feb-08 14:38, 2 Jobs run since started.
>  Heap: heap=0 smbytes=17,196 max_bytes=17,315 bufs=80 max_bufs=81
>  Sizeof: boffset_t=8 size_t=4 debug=0 trace=1
>
> Running Jobs:
> JobId 7 Job hoover.itos.uga.edu.2008-02-04_14.48.03 is running.
> Backup Job started: 04-Feb-08 14:48
> Files=0 Bytes=0 Bytes/sec=0 Errors=0
> Files Examined=0
> SDReadSeqNo=5 fd=776
> Director connected at: 04-Feb-08 14:51
> 
>
> Terminated Jobs:
>  JobId  LevelFiles  Bytes   Status   FinishedName 
> ==
>  5  Full  0 0   Cancel   04-Feb-08 14:41
> hoover.itos.uga.edu
>  6  Full  0 0   Cancel   04-Feb-08 14:47
> hoover.itos.uga.edu
> 
> *status storage
> Automatically selected Storage: Drive-1
> Connecting to Storage daemon Drive-1 at lewis.itos.uga.edu:9103
>
> lewis.itos.uga.edu-sd Version: 2.2.8 (26 January 2008)
> i386-portbld-freebsd6.3 freebsd 6.3-STABLE
> Daemon started 04-Feb-08 14:19, 1 Job run since started.
>  Heap: heap=872,448 smbytes=624,846 max_bytes=624,956 bufs=196
> max_bufs=198
> Sizes: boffset_t=8 size_t=4 int32_t=4 int64_t=8
>
> Running Jobs:
> Writing: Full Backup job hoover.itos.uga.edu JobId=3 Volume="B00023L3"
> pool="Default" device="Drive-1" (/dev/nsa0)
> spooling=0 despooling=0 despool_wait=0
> Files=0 Bytes=0 Bytes/sec=0
> FDReadSeqNo=6 in_msg=6 out_msg=4 fd=7
> Writing: Full Backup job hoover.itos.uga.edu JobId=5 Volume="B00023L3"
> pool="Default" device="Drive-1" (/dev/nsa0)
> spooling=0 despooling=0 despool_wait=0
> Files=0 Bytes=0 Bytes/sec=0
> FDReadSeqNo=6 in_msg=6 out_msg=6 fd=9
> Writing: Full Backup job hoover.itos.uga.edu JobId=6 Volume="B00023L3"
> pool="Default" device="Drive-1" (/dev/nsa0)
> spooling=0 despooling=0 despool_wait=0
> Files=0 Bytes=0 Bytes/sec=0
> FDReadSeqNo=6 in_msg=6 out_msg=6 fd=11
> Writing: Full Backup job hoover.itos.uga.edu JobId=7 Volume="B00023L3"
> pool="Default" device="Drive-1" (/dev/nsa0)
> spooling=0 despooling=0 despool_wait=0
> Files=0 Bytes=0 Bytes/sec=0
> FDReadSeqNo=6 in_msg=6 out_msg=4 fd=13
> 
>
> Jobs waiting to reserve a drive:
> 
>
> Terminated Jobs:
>  JobId  LevelFiles  Bytes   Status   FinishedName 
> ===
>  1  Full 95172.7 G  OK   04-Feb-08 13:09
> mustang.itos.uga.edu
>  4  Full  0 0   OK   04-Feb-08 14:36
> hoover.itos.uga.edu
> 
>
> Device status:
> Autochanger "Autochanger" with devices:
>"Drive-1" (/dev/nsa0)
> Device "Drive-1" (/dev/nsa0) is mounted with:
> Volume:  B00023L3
> Pool:Default
> Media type:  LTO3
> Device is being initialized.
> Slot 1 is loaded in drive 0.
> Total Bytes Read=0 Blocks Read=0 Bytes/block=0
> Positioned at File=140 Block=0
> 
>
> In Use Volume status:
> B00023L3 on device "Drive-1" (/dev/nsa0)
> Reader=0 writers=0 reserved=4 released=0
> 
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>   






-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Last 7 days

2008-02-05 Thread Cesare Montresor
I need to backup about 6 windows servers, one is a storage server,
others are domain controllers and sql servers.
All servers, except for storage, will produce a single backup file (huge).
In my mind i need something like that:

- 7 volumes
- each sunday first volume is erased and a new full backup is done.
- other days same thing, but incremental.

(i hope is not a foolish thing)

Many thanks
Cesare Montresor



John Drescher wrote:
> On Feb 4, 2008 11:37 AM, Cesare Montresor <[EMAIL PROTECTED]> wrote:
>   
>> Hi all,
>> i need to configure a 7 day backup, 8th day must be deleted, but i'm
>> unsure about schedule, client and pool configuration.
>>
>> Schedule {
>>   Name = "WeeklyCycle"
>>   Run = Full sun at 23:05
>>   Run = Incremental mon-sat at 23:05
>> }
>>
>>
>> Client {
>>   Name = anyhost-fd
>>...
>>   File Retention = 7 days
>>   Job Retention = 7 days<- any suggestion ? :)
>>   AutoPrune = yes
>> }
>>
>> Pool {
>>   Name = Default
>>   Pool Type = Backup
>>   Recycle = yes
>>   AutoPrune = yes
>>   Volume Retention = 7 days<- and here ? :)
>> }
>>
>> 
>
> Volume retention is probably all you need but you have not described
> what you want in enough detail to give better advice.
>
> John
>
>   



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Last 7 days

2008-02-04 Thread Cesare Montresor
Hi all,
i need to configure a 7 day backup, 8th day must be deleted, but i'm
unsure about schedule, client and pool configuration.

Schedule {
  Name = "WeeklyCycle"
  Run = Full sun at 23:05
  Run = Incremental mon-sat at 23:05
}


Client {
  Name = anyhost-fd
   ...
  File Retention = 7 days
  Job Retention = 7 days<- any suggestion ? :)
  AutoPrune = yes
}

Pool {
  Name = Default
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 7 days<- and here ? :)
}


many thanks,

Cesare Montresor



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Hello !

2008-01-29 Thread Netspin - Cesare Montresor
Hi everybody,
i'm new to bacula's world and this mailing list, i would like say hello
to everybody.

Have a nice day,

    Cesare Montresor


Sorry for my english.



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users