BackupPC-users

Re: [BackupPC-users] cant do any backups

2008-06-30 05:05:32
Subject: Re: [BackupPC-users] cant do any backups
From: Holm Kapschitzki <holm AT x-provi DOT de>
To: backuppc-users AT lists.sourceforge DOT net
Date: Mon, 30 Jun 2008 11:04:43 +0200
Holm Kapschitzki schrieb:
> I changed to make all my backups from more than 20 hosts via cronjob.
> 
> In config.pl i configured:
> 
> $Conf{BlackoutPeriods} = [
>      {
>       hourBegin => 19.0,
>       hourEnd   => 23.5,
>       weekDays  => [1, 2, 3, 4, 5],
>      },
> ];
> 
> $Conf{FullPeriod} = -1;
> 

also i configured:

$Conf{WakeupSchedule} = [1..23];

#
# Maximum number of simultaneous backups to run.  If there
# are no user backup requests then this is the maximum number
# of simultaneous backups.
# $Conf{MaxBackups} = 4;
$Conf{MaxBackups} = 4;

#
# Additional number of simultaneous backups that users can run.
# As many as $Conf{MaxBackups} + $Conf{MaxUserBackups} requests can
# run at the same time.
# $Conf{MaxUserBackups} = 4;
$Conf{MaxUserBackups} = 60;

#
# Maximum number of pending link commands. New backups will only be
# started if there are no more than $Conf{MaxPendingCmds} plus
# $Conf{MaxBackups} number of pending link commands, plus running jobs.
# This limit is to make sure BackupPC doesn't fall too far behind in
# running BackupPC_link commands.
# $Conf{MaxPendingCmds} = 10;
$Conf{MaxPendingCmds} = 10;

#
# How many BackupPC_nightly processes to run in parallel.
#
# Each night, at the first wakeup listed in $Conf{WakeupSchedule},
# BackupPC_nightly is run.  Its job is to remove unneeded files
# in the pool, ie: files that only have one link.  To avoid race
# conditions, BackupPC_nightly runs only when there are no backups
# running, and no backups will start while it runs.
#
# So to reduce the elapsed time, you might want to increase this
# setting to run several BackupPC_nightly processes in parallel
# (eg: 4, or even 8).
# $Conf{MaxBackupPCNightlyJobs} = 2;
$Conf{MaxBackupPCNightlyJobs} = 2;


Holm

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>