Re: [BackupPC-users] Jeff, script question (was Re: How to run night manually?)

2010-09-25 Thread Jeffrey J. Kosowsky
Robin Lee Powell wrote at about 10:56:23 -0700 on Thursday, September 23, 2010: > > Another question: The script, running with "-c", failed eventually > at this line: > > my $err = $bpc->ServerConnect($Conf{ServerHost}, $Conf{ServerPort}); > > My serverport is set to -1; does it need

Re: [BackupPC-users] Jeff, script question (was Re: How to run night manually?)

2010-09-23 Thread Robin Lee Powell
Another question: The script, running with "-c", failed eventually at this line: my $err = $bpc->ServerConnect($Conf{ServerHost}, $Conf{ServerPort}); My serverport is set to -1; does it need to be set for this to work? Could you not just call BackupPC_ServerMesg instead? Perhaps I should h

Re: [BackupPC-users] Jeff, script question (was Re: How to run night manually?)

2010-09-22 Thread Robin Lee Powell
On Wed, Sep 22, 2010 at 02:31:29AM -0400, Jeffrey J. Kosowsky wrote: > Honestly, I never really looked into whether it enforces the > constraints you mention above. But looking at the code, it seems > that these constraints are enforced only by the BackupPC main > routine (i.e. daeomon) itself (whi

[BackupPC-users] Jeff, script question (was Re: How to run night manually?)

2010-09-21 Thread Jeffrey J. Kosowsky
Robin Lee Powell wrote at about 12:38:34 -0700 on Tuesday, September 21, 2010: > On Mon, Sep 20, 2010 at 11:08:17AM +0200, Sorin Srbu wrote: > > >-Original Message- From: Robin Lee Powell > > >[mailto:rlpow...@digitalkingdom.org] Sent: Monday, September 20, > > >2010 3:47 AM To: sorin.s

[BackupPC-users] Jeff, script question (was Re: How to run night manually?)

2010-09-21 Thread Robin Lee Powell
On Mon, Sep 20, 2010 at 11:08:17AM +0200, Sorin Srbu wrote: > >-Original Message- From: Robin Lee Powell > >[mailto:rlpow...@digitalkingdom.org] Sent: Monday, September 20, > >2010 3:47 AM To: sorin.s...@orgfarm.uu.se; General list for user > >discussion, questions and support Subject: How