# # Local server backup of /etc as user backuppc # $Conf{XferMethod} = 'rsync'; #$Conf{TarShareName} = ['/etc']; $Conf{RsyncShareName} = [ '/root', '/etc', '/home', '/var/lib' ]; $Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C $tarPath -c -v -f - -C $shareName --totals'; # remove extra shell escapes ($fileList+ etc.) that are # needed for remote backups but may break local ones $Conf{TarFullArgs} = '$fileList'; $Conf{TarIncrArgs} = '--newer=$incrDate $fileList'; $Conf{host} = 'auth01.int.itguru.at'; $Conf{ClientNameAlias} = '192.168.122.250'; $Conf{RsyncClientCmd} = '$sshPath -l backuppc $host nice -n 19 sudo $rsyncPath $argList+';