BackupPC-users

[BackupPC-users] trashClean won't clean

2009-05-07 03:37:25
Subject: [BackupPC-users] trashClean won't clean
From: Madcha <backuppc-forum AT backupcentral DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 07 May 2009 03:32:10 -0400
Sorry to erply so late,

Here, is an extract from my config.pl file :


$Conf{MaxBackups} = 1;


$Conf{MaxUserBackups} = 2;


$Conf{MaxPendingCmds} = 10;

#
# How many BackupPC_nightly processes to run in parallel.
#
# Each night, at the first wakeup listed in $Conf{WakeupSchedule},

$Conf{MaxBackupPCNightlyJobs} = 4;

$Conf{BackupPCNightlyPeriod} = 1;


$Conf{MaxOldLogFiles} = 5;

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


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


$Conf{SplitPath} = '/usr/bin/split';
$Conf{ParPath}   = '/usr/bin/par2' if -x '/usr/bin/par2';
$Conf{CatPath}   = '/bin/cat';
$Conf{GzipPath}  = '/bin/gzip';
$Conf{Bzip2Path} = '/usr/bin/bzip2';


$Conf{DfMaxUsagePct} = 95;


$Conf{TrashCleanSleepSec} = 300;

$Conf{BackupPCUser} = 'backuppc';
$Conf{CgiDir}       = '/usr/share/backuppc/cgi-bin';
$Conf{InstallDir}   = '/usr/share/backuppc';

$Conf{BackupPCUserVerify} = 1;

$Conf{HardLinkMax} = 31999;

###########################################################################
# What to backup and when to do it
# (can be overridden in the per-PC config.pl)
###########################################################################
$Conf{SmbShareName} = 'Home';
$Conf{SmbShareUserName} = '****';

$Conf{SmbSharePasswd} = '****';

$Conf{FullPeriod} = 13;


$Conf{IncrPeriod} = 1;


$Conf{FullKeepCnt} = 1;

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

$Conf{IncrKeepCnt} = 3;


$Conf{IncrKeepCntMin} = 3;
$Conf{IncrAgeMax}     = 5;


I'dont understand why, incrementals backups, are normaly deleted and not totals 
backups.

If you can help me.....

+----------------------------------------------------------------------
|This was sent by rageinhell AT msn DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
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>