[plug] backuppc

Shayne O'Neill shayne at guild.murdoch.edu.au
Tue Jan 18 08:52:56 WST 2005


this is for my <servername>.pl file (the correct entry is also in the
hosts for /etc/backuppc in a deb standard backuppc setup.

For some reason it utterly ignores my list files to backup and leaps
straight for the / directory which in turn leaps onto mounted nfs drives
etc etc. Can anyone see what I'm doing wrong here?

$Conf{TarShareName} =
['/etc','/home','/mnt/bigfoot/indymedia/www','/var','/usr','/mnt/bigfoot/indymedia/database/mysql'];

$Conf{BackupFilesExclude} = files;
$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/tar';



--
"Well, I think if you say you're going to do something and don't do
it, that's trustworthiness."
-- George Bush on CNN online chat, Aug.30, 2000
RIAA Copyright notice trap: http://guild.murdoch.edu.au/~shayne/




More information about the plug mailing list