Re: [BackupPC-users] Wrong backup count

2019-08-08 Thread Gandalf Corvotempesta
Il giorno gio 8 ago 2019 alle ore 04:46 Craig Barratt via
BackupPC-users  ha scritto:
> Please look in the LOG files (main BackupPC LOG and per-host LOG) to see 
> whether backups were started or not, and whether that matches what your 
> configuration specifies.

Per host log:

2019-08-01 23:11:52 incr backup started for directory everything
2019-08-01 23:40:32 incr backup 541 complete, 42706 files, 5339379652
bytes, 0 xferErrs (0 bad files, 0 bad shares, 0 other)
2019-08-05 00:15:02 incr backup started for directory everything
2019-08-05 00:49:24 incr backup 542 complete, 42700 files, 5347717676
bytes, 0 xferErrs (0 bad files, 0 bad shares, 0 other)


___
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/


Re: [BackupPC-users] Wrong backup count

2019-08-08 Thread Gandalf Corvotempesta
Il giorno mar 6 ago 2019 alle ore 17:01 Norman Goldstein
 ha scritto:
> $Conf{IncrKeepCnt} = 6;

I have:
$Conf{IncrKeepCnt} = 6;

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

I have:

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


___
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/


Re: [BackupPC-users] Wrong backup count

2019-08-07 Thread Craig Barratt via BackupPC-users
Please look in the LOG files (main BackupPC LOG and per-host LOG) to see
whether backups were started or not, and whether that matches what your
configuration specifies.

Craig

On Tue, Aug 6, 2019 at 8:01 AM Norman Goldstein  wrote:

> Haven't seen your config.pl file, but this might explain/help:
>
> #
> # Number of incremental backups to keep.  Must be >= 1.
> #
> # Note: Starting in V4+, deleting backups is done based on Fill/Unfilled,
> # not whether the original backup was full/incremental.  For historical
> # reasons these parameters continue to be called IncrKeepCnt, rather than
> # UnfilledKeepCnt.  If $Conf{FillCycle} is 0, then incremental backups
> # continue to be unfilled, so the terms are interchangeable.  For V3
> backups,
> # the expiry settings have their original meanings.
> #
> # In the steady state, each time an incr backup completes successfully
> # the oldest one is removed.  If this number is decreased, the
> # extra old backups will be removed.
> #
> $Conf{IncrKeepCnt} = 6;
>
> #
> # Very old incremental backups are removed after $Conf{IncrAgeMax} days.
> # However, we keep at least $Conf{IncrKeepCntMin} incremental backups no
> # matter how old they are.
> #
> $Conf{IncrKeepCntMin} = 1;
> $Conf{IncrAgeMax} = 30;
>
>
>
> On 2019-08-06 5:27 a.m., Gandalf Corvotempesta wrote:
>
> Can someone explain me why I have only 4 backups ?
> It should keep at least 7 backups (1 full, 6 incrementals)
>
> Any idea ? Which setting should I check ?
>
>
>
> ___
> BackupPC-users mailing listbackuppc-us...@lists.sourceforge.net
> List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
> Wiki:http://backuppc.wiki.sourceforge.net
> Project: http://backuppc.sourceforge.net/
>
>
> ___
> 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/
>
___
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/


Re: [BackupPC-users] Wrong backup count

2019-08-06 Thread Norman Goldstein

Haven't seen your config.pl file, but this might explain/help:

   #
   # Number of incremental backups to keep.  Must be >= 1.
   #
   # Note: Starting in V4+, deleting backups is done based on
   Fill/Unfilled,
   # not whether the original backup was full/incremental.  For historical
   # reasons these parameters continue to be called IncrKeepCnt, rather
   than
   # UnfilledKeepCnt.  If $Conf{FillCycle} is 0, then incremental backups
   # continue to be unfilled, so the terms are interchangeable. For V3
   backups,
   # the expiry settings have their original meanings.
   #
   # In the steady state, each time an incr backup completes successfully
   # the oldest one is removed.  If this number is decreased, the
   # extra old backups will be removed.
   #
   $Conf{IncrKeepCnt} = 6;

   #
   # Very old incremental backups are removed after $Conf{IncrAgeMax} days.
   # However, we keep at least $Conf{IncrKeepCntMin} incremental backups no
   # matter how old they are.
   #
   $Conf{IncrKeepCntMin} = 1;
   $Conf{IncrAgeMax} = 30;



On 2019-08-06 5:27 a.m., Gandalf Corvotempesta wrote:

Can someone explain me why I have only 4 backups ?
It should keep at least 7 backups (1 full, 6 incrementals)

Any idea ? Which setting should I check ?


___
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/


___
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/


[BackupPC-users] Wrong backup count

2019-08-06 Thread Gandalf Corvotempesta
Can someone explain me why I have only 4 backups ?
It should keep at least 7 backups (1 full, 6 incrementals)

Any idea ? Which setting should I check ?
___
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/