Re: [BackupPC-users] Example fore Linux Client wirh rsync

2006-01-17 Thread Harald Dumdey
Hi Manfred, here is a simple config-file .pl SNIP $Conf{XferMethod} = 'rsync'; $Conf{BackupFilesExclude} = ['/proc', '/swap', '/dev', '/sys', '/tmp', '/var/tmp', '/home/someuser/docs', '/home/someuser/tmp']; $Conf{RsyncShareName} = [ '/' ]; SNIP If your server is configured

[BackupPC-users] Example fore Linux Client wirh rsync

2006-01-17 Thread Manfred Gnädig
Hello, i just trie to configure my BackupPC fore to backup my Linux Servers. But i dont understand werry well the Config File. Pleas can enybody send me an EXAMPLE fore an LinuxHost.pl Config File? I think than i can see, what i have to do... I am using Debian Sarge and rsync Manny Thanks Your