BackupPC-users

Re: [BackupPC-users] cant do any backups

2008-07-03 05:24:39
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: Thu, 03 Jul 2008 11:24:04 +0200
Les Mikesell schrieb:
> Holm Kapschitzki wrote:
>> 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;
>>
>> After starting backupc i could start the first fullbackups via crontab:
>>
>> backup1:/tmp/backuppc$ /.../BackupPC_serverMesg backup host host 
>> backuppc 1
>> Got reply: ok: requested backup of host
>>
>> and so on. But now i cant make any backup. Via the webinterface 
>> nothing starts and via crontab nothing starts too. Just the current 
>> queues site is full of my requests under "user queue summary" In 
>> "background queue summary" i have all the host i never made a backup, 
>> but they are configured in config File.
>>
>> Whats going wrong? 
> 
> What are you getting in the log (main and per host) and the per host 
> xferlog files?


After 3 days of making fullbackup from some host - i cant start a incr 
Backup from crontab oder via webinterface now an during the last 3 days.

The logs say absolutly nothing:


2008-07-01 10:13:26 User backuppc requested backup of host (host)
2008-07-01 10:13:36 User backuppc requested backup of host (host)
2008-07-01 11:00:01 Next wakeup is 2008-07-01 12:00:00
2008-07-01 12:00:00 Next wakeup is 2008-07-01 13:00:00
2008-07-01 13:00:00 Next wakeup is 2008-07-01 14:00:00
...
2008-07-02 00:05:42 User backuppc requested backup of host (host)


2008-06-24 15:06:08 full backup started for directory /
2008-06-26 05:18:34 full backup 0 complete, 531891 files,  bytes, 90 
xferErrs ( bad files,  bad shares, 90 other)
2008-06-27 20:29:46 Aborting backup up after signal INT
2008-06-27 22:04:36 Aborting backup up after signal INT
2008-06-30 12:45:55 ping too slow: 30.3msec
2008-06-30 21:26:04 incr backup started back to 2008-06-24 14:06:08 for 
directory /
2008-06-30 23:39:22 incr backup 1 complete, 90875 files,  bytes, 60 
xferErrs ( bad files,  bad shares, 60 other)

If want to start a backup voia crontab or web-interface thes are the 
entrys for a host:


# Host host is queued on the user queue (will be backed up soon).
# Last status is state "idle" (nothing to do) as of 6/30 18:00.
# Pings to host have succeeded 2 consecutive times.

I dont understand it. I just want to backup my hosts at a time i want 
to. I dont understand the queue problem.

Holm

conf:

$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} = 60;

#
# 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} = 20;

$Conf{BlackoutPeriods} = [
      {
      hourBegin => 19.0,
      hourEnd   => 23.5,
      weekDays  => [1, 2, 3, 4, 5],
       },
  ];

  $Conf{FullPeriod} = -1;






-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
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>
  • Re: [BackupPC-users] cant do any backups, Holm Kapschitzki <=