Re: [Bacula-users] Is there any option to retry backups of powered-off clients? - SOLVED

2007-07-27 Thread Steve
This is an update to let everyone know this is working well. I set the retry for every hour so that I could catch the machines that are only on a few hours a day. I also set up a ping script that is called before all jobs: #!/bin/sh host=`echo $1 | sed -e 's/-fd//'` ping -c 1 $host exit $? The

Re: [Bacula-users] Is there any option to retry backups of powered-off clients?

2007-07-25 Thread Steve
Thanks again. This seems to work very well! I am trying to run a ping script before as well, although it needs some work to get the address from the Client name. On 7/24/07, Brian Debelius <[EMAIL PROTECTED]> wrote: ohhh, ahhh, is this new? brian- Junior Cunha wrote: > Steve Poulsen wrote

Re: [Bacula-users] Is there any option to retry backups of powered-off clients?

2007-07-24 Thread Kyle Marsh
One more thing to consider is the Run Before Job directive. I had the problem that a downed client meant Bacula would hang for something like 40 minutes before giving up. I solved that by pinging the client three times with Run Before Job -- if it failed the job rescheduled, if not it ran. ~Kyl

Re: [Bacula-users] Is there any option to retry backups of powered-off clients?

2007-07-24 Thread Charles Sprickman
On Tue, 24 Jul 2007, Brian Debelius wrote: > ohhh, ahhh, is this new? > > brian- > > Junior Cunha wrote: >> Steve Poulsen wrote: >> >>> I am backing up several machines, but a couple of them are only on >>> about 10% of the day. Is there any kind of option on the daily >>> backups to have it ret

Re: [Bacula-users] Is there any option to retry backups of powered-off clients?

2007-07-24 Thread Arno Lehmann
Hi, 24.07.2007 20:19,, Brian Debelius wrote:: > ohhh, ahhh, is this new? > > brian- > > Junior Cunha wrote: >> Steve Poulsen wrote: >> >>> I am backing up several machines, but a couple of them are only on >>> about 10% of the day. Is there any kind of option on the daily >>> backups to h

Re: [Bacula-users] Is there any option to retry backups of powered-off clients?

2007-07-24 Thread Brian Debelius
ohhh, ahhh, is this new? brian- Junior Cunha wrote: > Steve Poulsen wrote: > >> I am backing up several machines, but a couple of them are only on >> about 10% of the day. Is there any kind of option on the daily >> backups to have it retry every hour so that when the machine comes >> bac

Re: [Bacula-users] Is there any option to retry backups of powered-off clients?

2007-07-24 Thread Junior Cunha
Steve Poulsen wrote: > I am backing up several machines, but a couple of them are only on > about 10% of the day. Is there any kind of option on the daily > backups to have it retry every hour so that when the machine comes > back up it can get backed up? Hi Steve, You can use this options i

[Bacula-users] Is there any option to retry backups of powered-off clients?

2007-07-24 Thread Steve Poulsen
I am backing up several machines, but a couple of them are only on about 10% of the day. Is there any kind of option on the daily backups to have it retry every hour so that when the machine comes back up it can get backed up? Thanks, Steve --