Hey there,

im testing BackupPC for our needs.

We have some Servers with many data (+1TB). I only want creat ONE FullBackup 
and 5 Incr-Backups - one for every weekday (the newest wipes the oldes)- for 
these data Servers and 1 full with 1 incr for unimportant stuff. 
Im playing arround with that $Conf{FullPeriod} setting. Inserting a -1 oder 0 
doesnt workt at all aft making a fullbackup by hand.  

With a -1 will also stop the Incr-Backup Schedule.

- How can i do that? (1 Full by hand and afterwards only incr will be made)

Does somebody have an advice for me? :)


Host-Config Example:


$Conf{IncrKeepCnt} = '5';
$Conf{RsyncClientCmd} = '$sshPath -q -x -l fsd-backup -o 
StrictHostkeyChecking=no -o preferredAuthentications=publickey $host sudo 
$rsyncPath $argList+';
$Conf{RsyncClientPath} = '/usr/local/bin/rsync';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l fsd-backup -o 
StrictHostkeyChecking=no -o preferredAuthentications=publickey $host sudo 
$rsyncPath $argList+';
$Conf{RsyncShareName} = [
  '/root',
  '/usr/local/etc',
  '/etc'
];
$Conf{FullPeriod} = '-1';
$Conf{FullKeepCnt} = [
  '1'
];
$Conf{FullAgeMax} = '356';

Thank you!

+----------------------------------------------------------------------
|This was sent by [email protected] via Backup Central.
|Forward SPAM to [email protected].
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to