2016-01-10 14:12 GMT+01:00 Gandalf Corvotempesta
<gandalf.corvotempe...@gmail.com>:
> is everything ok and working as expected ? Because having backups
> running more than 38 hours is not normal:
> http://pastebin.com/raw/nXuUF9sA
>
> srv1 dump is running from 16/01/09 @ 0:26

Now I can see this in log file:

2016-01-08 19:26:48 Created directory /var/backups/backuppc/pc/x/refCnt
2016-01-08 19:26:48 full backup started for directory full
2016-01-09 21:07:03 full backup 0 complete, 4181687 files, 4181687
bytes, 1 xferErrs (0 bad files, 0 bad shares, 1 other)
2016-01-10 00:21:40 Aborting backup up after signal INT
2016-01-10 08:10:48 incr backup started for directory full
2016-01-10 10:27:51 Got fatal error during xfer (rsync_bpc exited with
benign status 24 (6144))
2016-01-10 19:23:47 full backup started for directory full

Why a new full is started again ?
In config I have:

$Conf{FullPeriod} = 27.97;
$Conf{FullKeepCnt} = 1;
$Conf{FullKeepCntMin} = 1;
$Conf{FullAgeMax}     = 60;
$Conf{IncrPeriod} = 0.97;
$Conf{IncrKeepCntMin} = 7;
$Conf{IncrAgeMax}     = 35;
$Conf{IncrKeepCnt} = 31;
$Conf{FillCycle} = 0;

$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{BlackoutPeriods} = [
    {
        hourBegin =>  7.0,
        hourEnd   => 23.5,
        weekDays  => [1, 2, 3, 4, 5, 6, 7],
    },
];

It should create 1 full every 27.97 days and never backing up during
the day (blacklist from 07:00 to 23:30 every day)

Why a new full was started at 19:23:47 ? It's wrong twice: 1 for
running in a blacklisted hour and 1 for running a second full
regardless the configured period.

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
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