192.168.1.100 Hauptseite Datensicherungen anzeigen LOG Datei LOG Dateien Config Datei
Datei /opt/backuppc/files/pc/192.168.1.100/config.pl
Inhalt der Datei /opt/backuppc/files/pc/192.168.1.100/config.pl, verändert am 2004-11-30 08:43:57
$Conf{TarShareName} = ['/'];
$Conf{BackupFilesExclude} = ['/proc'];
$Conf{XferMethod} = 'tar';
$Conf{XferLogLevel} = 1;
$Conf{TarClientCmd} = '$sshPath -q -x -n -l root $host'
. ' $tarPath -c -v -f - -C $shareName+'
. ' --totals';
$Conf{TarFullArgs} = '$fileList+';
$Conf{TarIncrArgs} = '--newer=$incrDate+ $fileList+';
$Conf{TarClientRestoreCmd} = '$sshPath -q -x -l root $host'
. ' $tarPath -x -p --numeric-owner --same-owner'
. ' -v -f - -C $shareName+';
$Conf{TarClientPath} = '/bin/gtar';
############## mb ###############
$Conf{CompressLevel} = 2;