Where can i find the config.pl needed to backup a smeserver? I know it is generated by default with installing your awesome backuppc rpm, but i removed localhost by mistake, and now want to configure backuppc to backup another smeserver...
can you post it here? or point me where I can find it on my system?
thanks.
here are some old notes I had from earlier versions. is the latest the same?
$Conf{BackupFilesOnly} = ['/etc/e-smith/templates-custom','/etc/e-smith/templates-user-custom','/etc/group','/etc/gshadow','/etc/passwd','/etc/samba/secrets.tdb','/etc/samba/smbpasswd','/etc/shadow','/etc/smbpasswd','/etc/ssh','/etc/sudoers','/home/e-smith','/opt','/root','/var/cache/yum','/var/lib/mysql',];
$Conf{BackupFilesExclude} = ['/proc','/sys','/dev','/tmp','/home/e-smith/files/ibays/backup','/mnt'];
$Conf{XferMethod} = 'tar';
$Conf{TarClientCmd} = '/usr/bin/sudo'
. ' $tarPath -c -v -f - -C $shareName'
. ' --totals';
$Conf{TarFullArgs} = '$fileList';
$Conf{CompressLevel} = 3;
$Conf{TarIncrArgs} = '--newer=$incrDate $fileList';
$Conf{TarClientRestoreCmd} = '/usr/bin/sudo'
. ' $tarPath -x -p --numeric-owner --same-owner'
. ' -v -f - -C $shareName+';
$Conf{DumpPreUserCmd} = '/usr/local/bin/BackupPC_pre-backup';
[/code]