Re: [BackupPC-users] Doing backups every 2 hours

2006-08-23 Thread daniel berteaud
On Tue, 22 Aug 2006 15:19:08 -0300
"Vinícius Medina" <[EMAIL PROTECTED]> wrote:

> The backup is doing now, but not in the right schedule.
> 
> The config.pl is like this:
> 
> $Conf{TarShareName} = '/backup';
> $Conf{XferMethod} = 'tar';
> $Conf{WakeupSchedule} = [10,12,14,16,18,20,22];
> $Conf{BlackoutGoodCnt} = -1;
> $Conf{IncrPeriod} = 0.04;
> $Conf{FullPeriod} = 0.97;
> $Conf{FullKeepCnt} = 2;
> $Conf{IncrKeepCnt} = 8;
> 
> But, for instance, these are the times it was doing backup:
> Backup#  Type  Filled Start Date
> 7  full   yes  8/21 13:00
> 16incrno  8/21 23:00
> 17incrno  8/22 07:55
> 18incrno  8/22 09:00
> 19incrno  8/22 10:00
> 20incrno  8/22 11:00
> 21incrno  8/22 12:00
> 22fullyes 8/22 13:00
> 23incrno  8/22 14:00
> 24incrno  8/22 15:00
> 
> I wonder why it is doing so. I already did reload the configs, in the
> cgi interface.
> 
> Thanks, in advance, for your time.

$Conf{WakeupSchedule} cannot be superced in per pc configuration files,
I think that's why the dump doesn't occure at the right time.
You should let the general $Conf{WakeupSchedule} to the default
([1..23] wich means every houre) and decrease the value
$Conf{IncrPeriod} to 0.1 or 0.2 in the host config file.

-- 
Daniel Berteaud
FIREWALL-SERVICES SARL.
Société de Services en Logiciels Libres
Technopôle Montesquieu
33650 MARTILLAC
Tel : 05 56 64 15 32
Fax : 05 56 64 82 05
Mail: [EMAIL PROTECTED]
Web : http://www.firewall-services.com

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Doing backups every 2 hours

2006-08-22 Thread Vinícius Medina
The backup is doing now, but not in the right schedule.

The config.pl is like this:

$Conf{TarShareName} = '/backup';
$Conf{XferMethod} = 'tar';
$Conf{WakeupSchedule} = [10,12,14,16,18,20,22];
$Conf{BlackoutGoodCnt} = -1;
$Conf{IncrPeriod} = 0.04;
$Conf{FullPeriod} = 0.97;
$Conf{FullKeepCnt} = 2;
$Conf{IncrKeepCnt} = 8;

But, for instance, these are the times it was doing backup:
Backup#  Type  Filled Start Date
7full   yes  8/21 13:00
16  incrno  8/21 23:00
17  incrno  8/22 07:55
18  incrno  8/22 09:00
19  incrno  8/22 10:00
20  incrno  8/22 11:00
21  incrno  8/22 12:00
22  fullyes 8/22 13:00
23  incrno  8/22 14:00
24  incrno  8/22 15:00

I wonder why it is doing so. I already did reload the configs, in the
cgi interface.

Thanks, in advance, for your time.

On 8/21/06, Vinícius Medina <[EMAIL PROTECTED]> wrote:
> The output looks fine, imho. The incremental backup goes just fine,
> and finish well.
>
> Before the backup theres is this output:
>
> cmdSystemOrEval: about to system /bin/echo -c 1 salibanco
> cmdSystemOrEval: finished: got output -c 1 salibanco
>
> cmdSystemOrEval: about to system /bin/echo -c 1 salibanco
> cmdSystemOrEval: finished: got output -c 1 salibanco
>
> CheckHostAlive: can't extract round-trip time (not fatal)
> CheckHostAlive: returning 0
>
> But i think  this is just because i changed it to /bin/echo on the
> default config. Our Hosts are distributed around a wireless network
> around a town.
>
> Any ideas?
>
> On 8/18/06, Craig Barratt <[EMAIL PROTECTED]> wrote:
> > Vinicius writes:
> >
> > > I want to do backups every 2 hours, on a single host, using
> > > backuppc.In order to do this, without sucess, I included on the PC's
> > > config.pl these settings:
> > >
> > > $Conf{BlackoutGoodCnt} = -1; #in order to not use blackout
> > > $Conf{WakeupSchedule} = [10,12,14,16,18,20,22]; #to make it wakeup and
> > > do it's job
> > > $Conf{IncrPeriod} = 0.08; #to do an incremental in every two hours.
> > > $Conf{FullPeriod} = 0.97; # to do a full backup daily
> > > $Conf{FullKeepCnt} = 2; #to keep two full daily backups
> > > $Conf{IncrKeepCnt} = 8; #to keep some hourly backups from yesterday
> > >
> > > When te wakeup hour comes it ignores without an single error.
> > >
> > > Someone can share some ideas on what am i doing wrong? Already looked
> > > on the list archive and oum the internet.
> >
> > Run:
> >
> > su backuppc
> > BackupPC_dump -v -i HOST
> >
> > and look at the output.
> >
> > Craig
> >
>
>
> --
> Vinícius Medina
> http://vmedina.multiply.com
> Graduando em Sistemas de Informação
> Usuário Linux número: 383765
> Usa Linux? Mostre sua cara:
> http://counter.li.org/
>
>
> --
> Vinícius Medina
> http://vmedina.multiply.com
> Graduando em Sistemas de Informação
> Usuário Linux número: 383765
> Usa Linux? Mostre sua cara:
> http://counter.li.org/
>


-- 
Vinícius Medina
http://vmedina.multiply.com
Graduando em Sistemas de Informação
Usuário Linux número: 383765
Usa Linux? Mostre sua cara:
http://counter.li.org/
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


Re: [BackupPC-users] Doing backups every 2 hours

2006-08-17 Thread Craig Barratt
Vinicius writes:

> I want to do backups every 2 hours, on a single host, using
> backuppc.In order to do this, without sucess, I included on the PC's
> config.pl these settings:
> 
> $Conf{BlackoutGoodCnt} = -1; #in order to not use blackout
> $Conf{WakeupSchedule} = [10,12,14,16,18,20,22]; #to make it wakeup and
> do it's job
> $Conf{IncrPeriod} = 0.08; #to do an incremental in every two hours.
> $Conf{FullPeriod} = 0.97; # to do a full backup daily
> $Conf{FullKeepCnt} = 2; #to keep two full daily backups
> $Conf{IncrKeepCnt} = 8; #to keep some hourly backups from yesterday
> 
> When te wakeup hour comes it ignores without an single error.
> 
> Someone can share some ideas on what am i doing wrong? Already looked
> on the list archive and oum the internet.

Run:

su backuppc
BackupPC_dump -v -i HOST 

and look at the output.

Craig

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/


[BackupPC-users] Doing backups every 2 hours

2006-08-17 Thread Vinícius Medina
Hi,

I want to do backups every 2 hours, on a single host, using
backuppc.In order to do this, without sucess, I included on the PC's
config.pl these settings:

$Conf{BlackoutGoodCnt} = -1; #in order to not use blackout
$Conf{WakeupSchedule} = [10,12,14,16,18,20,22]; #to make it wakeup and
do it's job
$Conf{IncrPeriod} = 0.08; #to do an incremental in every two hours.
$Conf{FullPeriod} = 0.97; # to do a full backup daily
$Conf{FullKeepCnt} = 2; #to keep two full daily backups
$Conf{IncrKeepCnt} = 8; #to keep some hourly backups from yesterday

When te wakeup hour comes it ignores without an single error.

Someone can share some ideas on what am i doing wrong? Already looked
on the list archive and oum the internet.

Thanks for you time and kindness.

-- 
Vinícius Medina
http://vmedina.multiply.com
Graduando em Sistemas de Informação
Usuário Linux número: 383765
Usa Linux? Mostre sua cara:
http://counter.li.org/
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/