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
16 incr no 8/21 23:00
17 incr no 8/22 07:55
18 incr no 8/22 09:00
19 incr no 8/22 10:00
20 incr no 8/22 11:00
21 incr no 8/22 12:00
22 full yes 8/22 13:00
23 incr no 8/22 14:00
24 incr no 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/