BackupPC-users

Re: [BackupPC-users] Backups vanish nightly...

2010-01-21 15:27:29
Subject: Re: [BackupPC-users] Backups vanish nightly...
From: Don Krause <dkrause AT optivus DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 21 Jan 2010 11:54:17 -0800
On Jan 21, 2010, at 10:44 AM, Tino Schwarze wrote:

> On Thu, Jan 21, 2010 at 10:37:31AM -0800, Don Krause wrote:
>> Just an update, there are no errors in the logs, and a forced fsck on the 
>> file system is clean..
> 
> Please post the main logfile of BackupPC and a logfile of one affected
> host - spanning at least 2 days of continuous operation.
> 
> Tino.
> 

Sure.. The affected hosts (all of them on this installation.) only appear to 
have a very short log file for the previous night. It's almost as if the log 
file is being overwritten nightly as well..

As a bonus, here's the config file: (Comments stripped..)


$Conf{ServerHost} = 'llupbt2';

$Conf{ServerPort} = -1;

$Conf{ServerMesgSecret} = '';

$Conf{MyPath} = '/bin';

$Conf{UmaskMode} = 23;

$Conf{WakeupSchedule} = [
  1,
  2,
  3,
  4,
  5,
  6,
  7,
  8,
  9,
  10,
  11,
  12,
  13,
  14,
  15,
  16,
  17,
  18,
  19,
  20,
  21,
  22,
  23
];

$Conf{MaxBackups} = 4;

$Conf{MaxUserBackups} = 4;

$Conf{MaxPendingCmds} = 10;

$Conf{MaxBackupPCNightlyJobs} = 2;

$Conf{BackupPCNightlyPeriod} = 1;

$Conf{MaxOldLogFiles} = 14;

$Conf{DfPath} = '/bin/df';

$Conf{DfCmd} = '$dfPath $topDir';

$Conf{SplitPath} = '/usr/bin/split';
$Conf{ParPath} = undef;
$Conf{CatPath} = '/bin/cat';
$Conf{GzipPath} = '/usr/bin/gzip';
$Conf{Bzip2Path} = '/usr/bin/bzip2';

$Conf{DfMaxUsagePct} = 95;

$Conf{TrashCleanSleepSec} = 300;

$Conf{DHCPAddressRanges} = [];

$Conf{BackupPCUser} = 'backuppc';

$Conf{TopDir} = '/export/facility/BackupPC';
$Conf{ConfDir} = '/etc/BackupPC';
$Conf{LogDir} = '/var/log/BackupPC';
$Conf{InstallDir} = '/usr/local/BackupPC';
$Conf{CgiDir} = '/usr/local/BackupPC/Apache/cgi-bin';

$Conf{BackupPCUserVerify} = '1';

$Conf{HardLinkMax} = 31999;

$Conf{PerlModuleLoad} = undef;

$Conf{ServerInitdPath} = undef;
$Conf{ServerInitdStartCmd} = '';


$Conf{FullPeriod} = '6.97';

$Conf{IncrPeriod} = '0.97';

$Conf{FullKeepCnt} = [
  4,
  0,
  4,
  0,
  0,
  2
];

$Conf{FullKeepCntMin} = 1;
$Conf{FullAgeMax} = 90;

$Conf{IncrKeepCnt} = 6;

$Conf{IncrKeepCntMin} = 1;
$Conf{IncrAgeMax} = 30;

$Conf{IncrLevels} = [
  1
];

$Conf{BackupsDisable} = 0;

$Conf{PartialAgeMax} = 3;

$Conf{IncrFill} = '0';

$Conf{RestoreInfoKeepCnt} = 10;

$Conf{ArchiveInfoKeepCnt} = 10;

$Conf{BackupFilesOnly} = {};

$Conf{BackupFilesExclude} = {
  '*' => [
    '/proc'
  ]
};

$Conf{BlackoutBadPingLimit} = 3;
$Conf{BlackoutGoodCnt} = 4;

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

$Conf{BackupZeroFilesIsFatal} = '1';

$Conf{XferMethod} = 'tar';

$Conf{XferLogLevel} = 1;

$Conf{ClientCharset} = '';

$Conf{ClientCharsetLegacy} = 'iso-8859-1';

$Conf{SmbShareName} = [
  'C$'
];

$Conf{SmbShareUserName} = '';

$Conf{SmbSharePasswd} = '';

$Conf{SmbClientPath} = '/usr/bin/smbclient';

$Conf{SmbClientFullCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U 
$userName -E -N -d 1 -c tarmode\\ full -Tc$X_option - $fileList';

$Conf{SmbClientIncrCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U 
$userName -E -N -d 1 -c tarmode\\ full -TcN$X_option $timeStampFile - 
$fileList';

$Conf{SmbClientRestoreCmd} = '$smbClientPath \\\\$host\\$shareName $I_option -U 
$userName -E -N -d 1 -c tarmode\\ full -Tx -';

$Conf{TarShareName} = [
  '/'
];

$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host env LC_ALL=C $tarPath -c 
-v -f - -C $shareName+ --totals';

$Conf{TarFullArgs} = '$fileList+';

$Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+';

$Conf{TarClientRestoreCmd} = '$sshPath -q -x -l root $host env LC_ALL=C 
$tarPath -x -p --numeric-owner --same-owner -v -f - -C $shareName+';

$Conf{TarClientPath} = '/bin/tar';

$Conf{RsyncClientPath} = '/usr/bin/rsync';

$Conf{RsyncClientCmd} = '$sshPath -q -x -l root $host $rsyncPath $argList+';

$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l root $host $rsyncPath 
$argList+';

$Conf{RsyncShareName} = [
  '/'
];

$Conf{RsyncdClientPort} = 873;

$Conf{RsyncdUserName} = '';

$Conf{RsyncdPasswd} = '';

$Conf{RsyncdAuthRequired} = '1';

$Conf{RsyncCsumCacheVerifyProb} = '0.01';

$Conf{RsyncArgs} = [
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--links',
  '--hard-links',
  '--times',
  '--block-size=2048',
  '--recursive'
];

$Conf{RsyncRestoreArgs} = [
  '--numeric-ids',
  '--perms',
  '--owner',
  '--group',
  '-D',
  '--links',
  '--hard-links',
  '--times',
  '--block-size=2048',
  '--relative',
  '--ignore-times',
  '--recursive'
];

$Conf{BackupPCdShareName} = '/';

$Conf{BackupPCdPath} = '';

$Conf{BackupPCdCmd} = '$bpcdPath $host $shareName $poolDir XXXX $poolCompress 
$topDir/pc/$client/new';

$Conf{BackupPCdRestoreCmd} = '$bpcdPath TODO';


$Conf{ArchiveDest} = '/tmp';

$Conf{ArchiveComp} = 'gzip';

$Conf{ArchivePar} = '0';

$Conf{ArchiveSplit} = 0;

$Conf{ArchiveClientCmd} = '$Installdir/bin/BackupPC_archiveHost $tarCreatePath 
$splitpath $parpath $host $backupnumber $compression $compext $splitsize 
$archiveloc $parfile *';

$Conf{SshPath} = '/usr/bin/ssh';

$Conf{NmbLookupPath} = '/usr/bin/nmblookup';

$Conf{NmbLookupCmd} = '$nmbLookupPath -A $host';

$Conf{NmbLookupFindHostCmd} = '$nmbLookupPath $host';

$Conf{FixedIPNetBiosNameCheck} = '0';

$Conf{PingPath} = '/bin/ping';

$Conf{PingCmd} = '$pingPath -c 1 -w 3 $host';

$Conf{PingMaxMsec} = 20;

$Conf{CompressLevel} = 3;

$Conf{ClientTimeout} = 72000;

$Conf{MaxOldPerPCLogFiles} = 12;

$Conf{DumpPreUserCmd} = undef;
$Conf{DumpPostUserCmd} = undef;
$Conf{DumpPreShareCmd} = undef;
$Conf{DumpPostShareCmd} = undef;
$Conf{RestorePreUserCmd} = undef;
$Conf{RestorePostUserCmd} = undef;
$Conf{ArchivePreUserCmd} = undef;
$Conf{ArchivePostUserCmd} = undef;

$Conf{UserCmdCheckStatus} = '0';

$Conf{ClientNameAlias} = undef;

$Conf{SendmailPath} = '/usr/sbin/sendmail';

$Conf{EMailNotifyMinDays} = '2.5';

$Conf{EMailFromUserName} = 'backuppc';

$Conf{EMailAdminUserName} = 'sysadmin';

$Conf{EMailUserDestDomain} = '@optivus.com';

$Conf{EMailNoBackupEverSubj} = undef;
$Conf{EMailNoBackupEverMesg} = undef;

$Conf{EMailNotifyOldBackupDays} = 7;

$Conf{EMailNoBackupRecentSubj} = undef;
$Conf{EMailNoBackupRecentMesg} = undef;

$Conf{EMailNotifyOldOutlookDays} = 5;

$Conf{EMailOutlookBackupSubj} = undef;
$Conf{EMailOutlookBackupMesg} = undef;

$Conf{EMailHeaders} = 'MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"';

$Conf{CgiAdminUserGroup} = '';
$Conf{CgiAdminUsers} = 'dkrause';

$Conf{CgiURL} = 'http://llupbt1/cgi-bin/BackupPC_Admin';

$Conf{Language} = 'en';

$Conf{CgiUserHomePageCheck} = '';
$Conf{CgiUserUrlCreate} = 'mailto:%s';

$Conf{CgiDateFormatMMDD} = '1';

$Conf{CgiNavBarAdminAllHosts} = '1';

$Conf{CgiSearchBoxEnable} = '1';

$Conf{CgiNavBarLinks} = [
  {
    'link' => '?action=view&type=docs',
    'lname' => 'Documentation',
    'name' => undef
  },
  {
    'link' => 'http://backuppc.sourceforge.net/faq',
    'lname' => undef,
    'name' => 'FAQ'
  },
  {
    'link' => 'http://backuppc.sourceforge.net',
    'lname' => undef,
    'name' => 'SourceForge'
  }
];

$Conf{CgiStatusHilightColor} = {
  'Reason_backup_failed' => '#ffcccc',
  'Reason_backup_done' => '#ccffcc',
  'Reason_backup_canceled_by_user' => '#ff9900',
  'Reason_no_ping' => '#ffff99',
  'Disabled_OnlyManualBackups' => '#d1d1d1',
  'Status_backup_in_progress' => '#66cc99',
  'Disabled_AllBackupsDisabled' => '#d1d1d1'
};

$Conf{CgiHeaders} = '<meta http-equiv="pragma" content="no-cache">';

$Conf{CgiImageDir} = '/usr/local/BackupPC/Apache/htdocs/BackupPC';

$Conf{CgiExt2ContentType} = {};

$Conf{CgiImageDirURL} = '/BackupPC';

$Conf{CgiCSSFile} = 'BackupPC_stnd.css';

$Conf{CgiUserConfigEditEnable} = '1';

$Conf{CgiUserConfigEdit} = {
  'EMailOutlookBackupSubj' => '1',
  'ClientCharset' => '1',
  'TarFullArgs' => '1',
  'RsyncdPasswd' => '1',
  'IncrKeepCnt' => '1',
  'FixedIPNetBiosNameCheck' => '1',
  'PartialAgeMax' => '1',
  'EMailFromUserName' => '1',
  'ArchivePreUserCmd' => '0',
  'SmbShareUserName' => '1',
  'PingCmd' => '0',
  'FullAgeMax' => '1',
  'PingMaxMsec' => '1',
  'CompressLevel' => '1',
  'DumpPreShareCmd' => '0',
  'BackupFilesOnly' => '1',
  'EMailNotifyOldBackupDays' => '1',
  'EMailAdminUserName' => '1',
  'RsyncCsumCacheVerifyProb' => '1',
  'BlackoutPeriods' => '1',
  'MaxOldPerPCLogFiles' => '1',
  'NmbLookupFindHostCmd' => '0',
  'EMailNotifyOldOutlookDays' => '1',
  'TarClientCmd' => '0',
  'SmbSharePasswd' => '1',
  'SmbClientIncrCmd' => '0',
  'FullKeepCntMin' => '1',
  'RsyncArgs' => '1',
  'ArchiveComp' => '1',
  'EMailUserDestDomain' => '1',
  'TarIncrArgs' => '1',
  'RsyncClientCmd' => '0',
  'TarClientPath' => '0',
  'IncrFill' => '1',
  'RestoreInfoKeepCnt' => '1',
  'UserCmdCheckStatus' => '0',
  'RsyncdClientPort' => '1',
  'IncrAgeMax' => '1',
  'RsyncdUserName' => 1,
  'RsyncRestoreArgs' => '1',
  'ClientCharsetLegacy' => 1,
  'ArchiveInfoKeepCnt' => '1',
  'SmbClientFullCmd' => '0',
  'EMailNoBackupRecentMesg' => '1',
  'BackupZeroFilesIsFatal' => '1',
  'FullKeepCnt' => '1',
  'TarShareName' => '1',
  'EMailNoBackupEverSubj' => '1',
  'TarClientRestoreCmd' => '0',
  'EMailNoBackupRecentSubj' => '1',
  'ArchivePar' => '1',
  'XferLogLevel' => '1',
  'ArchiveDest' => '1',
  'EMailNotifyMinDays' => '1',
  'RsyncdAuthRequired' => '1',
  'ClientTimeout' => '1',
  'DumpPostShareCmd' => '0',
  'IncrLevels' => '1',
  'SmbClientRestoreCmd' => '0',
  'ClientNameAlias' => '1',
  'EMailOutlookBackupMesg' => '1',
  'BlackoutBadPingLimit' => '1',
  'BackupFilesExclude' => '1',
  'FullPeriod' => '1',
  'ArchivePostUserCmd' => '0',
  'RsyncClientRestoreCmd' => '0',
  'IncrPeriod' => '1',
  'RsyncShareName' => '1',
  'RestorePostUserCmd' => '0',
  'BlackoutGoodCnt' => '1',
  'ArchiveClientCmd' => '0',
  'ArchiveSplit' => '1',
  'XferMethod' => '1',
  'NmbLookupCmd' => '0',
  'BackupsDisable' => '1',
  'SmbShareName' => '1',
  'RestorePreUserCmd' => '0',
  'IncrKeepCntMin' => '1',
  'EMailNoBackupEverMesg' => '1',
  'EMailHeaders' => '1',
  'DumpPreUserCmd' => '0',
  'RsyncClientPath' => '0',
  'DumpPostUserCmd' => '0'
};




Here's the LOG file from last night:

2010-01-21 01:00:00 Running 2 BackupPC_nightly jobs from 0..15 (out of 0..15)
2010-01-21 01:00:01 Running BackupPC_nightly -m 0 127 (pid=31632)
2010-01-21 01:00:01 Running BackupPC_nightly 128 255 (pid=31633)
2010-01-21 01:00:01 Next wakeup is 2010-01-21 02:00:00
2010-01-21 01:00:01 Started incr backup on g2disun (pid=31638, share=/)
2010-01-21 01:00:01 Started incr backup on gantry3 (pid=31639, share=/)
2010-01-21 01:00:01 Started incr backup on delta (pid=31643, share=/)
2010-01-21 01:00:04 Started incr backup on gantry2 (pid=31675, share=/)
2010-01-21 01:00:09 Started incr backup on gantry3 (pid=31639, share=/usr)
2010-01-21 01:00:14 Started incr backup on gantry2 (pid=31675, share=/usr)
2010-01-21 01:00:22 Started incr backup on delta (pid=31643, share=/usr)
2010-01-21 01:00:48 Started incr backup on gantry3 (pid=31639, share=/var)
2010-01-21 01:00:48 Started incr backup on delta (pid=31643, share=/export)
2010-01-21 01:00:53 Started incr backup on gantry2 (pid=31675, share=/var)
2010-01-21 01:00:57 Finished incr backup on g2disun
2010-01-21 01:00:58 Started incr backup on acc01 (pid=31946, share=/)
2010-01-21 01:00:59 Started incr backup on gantry3 (pid=31639, 
share=/export/gantry3)
2010-01-21 01:01:11 Started incr backup on gantry2 (pid=31675, 
share=/export/gantry2)
2010-01-21 01:01:45 Started incr backup on delta (pid=31643, share=/var)
2010-01-21 01:02:00 Finished incr backup on delta
2010-01-21 01:02:01 Started incr backup on gantry1 (pid=31959, share=/)
2010-01-21 01:02:39 BackupPC_nightly now running BackupPC_sendEmail
2010-01-21 01:02:40 Finished  admin  (BackupPC_nightly -m 0 127)
2010-01-21 01:02:41 Finished  admin1  (BackupPC_nightly 128 255)
2010-01-21 01:02:41 Pool nightly clean removed 0 files of size 0.00GB
2010-01-21 01:02:41 Pool is 0.00GB, 0 files (0 repeated, 0 max chain, 0 max 
links), 0 directories
2010-01-21 01:02:41 Cpool nightly clean removed 10 files of size 0.00GB
2010-01-21 01:02:41 Cpool is 51.04GB, 922720 files (257 repeated, 181 max 
chain, 15048 max links), 4369 directories
2010-01-21 01:02:41 Running BackupPC_link g2disun (pid=31973)
2010-01-21 01:02:49 Finished g2disun (BackupPC_link g2disun)
2010-01-21 01:02:49 Running BackupPC_link delta (pid=31974)
2010-01-21 01:02:49 Finished delta (BackupPC_link delta)
2010-01-21 01:03:17 Started incr backup on gantry3 (pid=31639, 
share=/export/switchyard)
2010-01-21 01:03:22 Started incr backup on gantry3 (pid=31639, 
share=/export/ingres_back)
2010-01-21 01:03:24 Finished incr backup on gantry3
2010-01-21 01:03:24 Running BackupPC_link gantry3 (pid=31981)
2010-01-21 01:03:24 Finished gantry3 (BackupPC_link gantry3)
2010-01-21 01:08:12 Started incr backup on gantry2 (pid=31675, 
share=/export/switchyard)
2010-01-21 01:09:28 Finished incr backup on gantry2
2010-01-21 01:09:28 Running BackupPC_link gantry2 (pid=31990)
2010-01-21 01:09:29 Finished gantry2 (BackupPC_link gantry2)
2010-01-21 01:14:32 Finished incr backup on gantry1
2010-01-21 01:14:32 Running BackupPC_link gantry1 (pid=31993)
2010-01-21 01:14:35 Finished gantry1 (BackupPC_link gantry1)
2010-01-21 02:00:04 Next wakeup is 2010-01-21 03:00:00
2010-01-21 02:00:15 Started full backup on ebl-recovery (pid=32074, share=/)
2010-01-21 02:00:15 Started full backup on werner (pid=32131, share=/)
2010-01-21 02:00:18 Started full backup on calib (pid=32212, share=/)
2010-01-21 02:00:21 Backup failed on ebl-recovery (Unable to read 4 bytes)
2010-01-21 02:00:22 Started full backup on g2cam (pid=32219, share=/)
2010-01-21 02:01:28 Started full backup on werner (pid=32131, share=/usr)
2010-01-21 02:09:03 Started full backup on werner (pid=32131, share=/var)
2010-01-21 02:09:08 Finished full backup on werner
2010-01-21 02:09:08 Running BackupPC_link werner (pid=32467)
2010-01-21 02:09:09 Started full backup on g3cam (pid=32468, share=/)
2010-01-21 02:09:28 Finished werner (BackupPC_link werner)
2010-01-21 02:19:35 Finished full backup on g2cam
2010-01-21 02:19:35 Running BackupPC_link g2cam (pid=32512)
2010-01-21 02:19:36 Started full backup on crabs (pid=32513, share=/)
2010-01-21 02:20:37 Finished full backup on calib
2010-01-21 02:20:37 Started full backup on g3disun (pid=32519, share=/)
2010-01-21 02:24:23 Finished g2cam (BackupPC_link g2cam)
2010-01-21 02:24:23 Running BackupPC_link calib (pid=32526)
2010-01-21 02:25:40 Finished calib (BackupPC_link calib)
2010-01-21 02:41:04 Finished incr backup on acc01
2010-01-21 02:41:04 Running BackupPC_link acc01 (pid=306)
2010-01-21 02:41:05 Finished acc01 (BackupPC_link acc01)
2010-01-21 02:41:13 Started full backup on ebldi (pid=311, share=/)
2010-01-21 02:43:34 Finished full backup on g3disun
2010-01-21 02:43:34 Running BackupPC_link g3disun (pid=319)
2010-01-21 02:43:34 Started full backup on anadyr (pid=320, share=/)
2010-01-21 02:44:20 Started full backup on anadyr (pid=320, share=/usr)
2010-01-21 02:46:01 Finished g3disun (BackupPC_link g3disun)
2010-01-21 02:51:21 Started full backup on anadyr (pid=320, share=/export)
2010-01-21 02:53:57 Finished full backup on g3cam
2010-01-21 02:53:57 Running BackupPC_link g3cam (pid=350)
2010-01-21 02:53:58 Started full backup on rm103 (pid=351, share=/)
2010-01-21 02:56:29 Finished g3cam (BackupPC_link g3cam)
2010-01-21 02:58:08 Started full backup on anadyr (pid=320, share=/var)
2010-01-21 03:00:00 Next wakeup is 2010-01-21 04:00:00
2010-01-21 03:00:23 Finished full backup on anadyr
2010-01-21 03:00:23 Running BackupPC_link anadyr (pid=382)
2010-01-21 03:00:23 Started full backup on g2disun (pid=383, share=/)
2010-01-21 03:00:24 Finished anadyr (BackupPC_link anadyr)
2010-01-21 03:19:57 Finished full backup on g2disun
2010-01-21 03:19:57 Running BackupPC_link g2disun (pid=417)
2010-01-21 03:19:57 Started full backup on delta (pid=418, share=/)
2010-01-21 03:19:59 Finished g2disun (BackupPC_link g2disun)
2010-01-21 03:20:45 Started full backup on delta (pid=418, share=/usr)
2010-01-21 03:24:29 Started full backup on delta (pid=418, share=/export)
2010-01-21 03:32:27 Started full backup on delta (pid=418, share=/var)
2010-01-21 03:33:10 Finished full backup on delta
2010-01-21 03:33:10 Running BackupPC_link delta (pid=451)
2010-01-21 03:33:10 Started full backup on gantry3 (pid=452, share=/)
2010-01-21 03:33:11 Finished delta (BackupPC_link delta)
2010-01-21 03:33:36 Started full backup on gantry3 (pid=452, share=/usr)
2010-01-21 03:40:43 Started full backup on gantry3 (pid=452, share=/var)
2010-01-21 03:41:15 Started full backup on gantry3 (pid=452, 
share=/export/gantry3)
2010-01-21 03:51:11 Finished full backup on crabs
2010-01-21 03:51:11 Running BackupPC_link crabs (pid=488)
2010-01-21 03:51:12 Started full backup on gantry2 (pid=489, share=/)
2010-01-21 03:52:19 Started full backup on gantry2 (pid=489, share=/usr)
2010-01-21 03:57:04 Finished crabs (BackupPC_link crabs)
2010-01-21 03:58:15 Started full backup on gantry3 (pid=452, 
share=/export/switchyard)
2010-01-21 04:00:00 Next wakeup is 2010-01-21 05:00:00
2010-01-21 04:04:54 Started full backup on gantry3 (pid=452, 
share=/export/ingres_back)
2010-01-21 04:04:58 Finished full backup on gantry3
2010-01-21 04:04:58 Running BackupPC_link gantry3 (pid=569)
2010-01-21 04:04:59 Started full backup on ebl-recovery (pid=571, share=/)
2010-01-21 04:05:04 Finished gantry3 (BackupPC_link gantry3)
2010-01-21 04:05:06 Backup failed on ebl-recovery (Unable to read 4 bytes)
2010-01-21 04:05:09 Started full backup on g1imgreg (pid=579, share=/)
2010-01-21 04:11:13 Started full backup on gantry2 (pid=489, share=/var)
2010-01-21 04:12:07 Started full backup on gantry2 (pid=489, 
share=/export/gantry2)
2010-01-21 05:00:00 Next wakeup is 2010-01-21 06:00:00
2010-01-21 05:23:18 Finished full backup on ebldi
2010-01-21 05:23:18 Running BackupPC_link ebldi (pid=699)
2010-01-21 05:23:19 Started full backup on g1cc (pid=700, share=/)
2010-01-21 05:25:25 Finished ebldi (BackupPC_link ebldi)
2010-01-21 05:41:03 Finished full backup on g1imgreg
2010-01-21 05:41:03 Running BackupPC_link g1imgreg (pid=729)
2010-01-21 05:43:45 Finished g1imgreg (BackupPC_link g1imgreg)
2010-01-21 05:49:20 Finished full backup on g1cc
2010-01-21 05:49:20 Running BackupPC_link g1cc (pid=768)
2010-01-21 05:49:54 Finished g1cc (BackupPC_link g1cc)
2010-01-21 05:57:45 Started full backup on gantry2 (pid=489, 
share=/export/switchyard)
2010-01-21 06:00:00 Next wakeup is 2010-01-21 07:00:00
2010-01-21 06:22:38 Finished full backup on gantry2
2010-01-21 06:22:38 Running BackupPC_link gantry2 (pid=831)
2010-01-21 06:23:05 Finished gantry2 (BackupPC_link gantry2)
2010-01-21 07:00:00 Next wakeup is 2010-01-21 08:00:00
2010-01-21 08:00:00 Next wakeup is 2010-01-21 09:00:00
2010-01-21 09:00:00 Next wakeup is 2010-01-21 10:00:00
2010-01-21 09:00:55 Got signal TERM... cleaning up

Logs from the affected hosts are all similar to: (this is host calib)

2010-01-21 02:00:18 full backup started for directory /
2010-01-21 02:20:37 full backup 0 complete, 39312 files, 1082940297 bytes, 20 xf
erErrs (0 bad files, 0 bad shares, 20 other)

--
Don Krause                                                                   







------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
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/