On 04/15 03:14 , Boniforti Flavio wrote:
> 
> > Right there it is. edit config.pl and change 
> > $Conf{BackupsDisable} = '1'; to $Conf{BackupsDisable} = '0';
> 
> But I'd like to have backups manually-driven, for now. That's why I put
> it to '1', ain't that right?

I've never tried making backups manual-only using 
$Conf{BackupsDisable} = '1'

I always do it with 
$Conf{FullPeriod} = '-1';

It *does* say in the config.pl:
# There are three values for $Conf{BackupsDisable}:
<snip>
#   1    Don't do any regular backups on this client.  Manually
#        requested backups (via the CGI interface) will still occur.

I don't know why the CGI interface would be treated differently from a
command-line invocation of BackupPC_dump; but the wording above does imply
that is a possibility. (Or, there might just be a bug).

So try setting
$Conf{BackupsDisable} = '0';
$Conf{FullPeriod} = '-1';
in config.pl, and see if it does what you want.

-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to