vhost01.pl 575 B

123456789101112131415161718
  1. #
  2. # Local server backup of /etc as user backuppc
  3. #
  4. $Conf{XferMethod} = 'rsync';
  5. #$Conf{TarShareName} = ['/etc'];
  6. $Conf{RsyncShareName} = ['/root','/etc','/home','/var/www'];
  7. $Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C $tarPath -c -v -f - -C $shareName'
  8. . ' --totals';
  9. # remove extra shell escapes ($fileList+ etc.) that are
  10. # needed for remote backups but may break local ones
  11. $Conf{TarFullArgs} = '$fileList';
  12. $Conf{TarIncrArgs} = '--newer=$incrDate $fileList';
  13. $Conf{host} = 'vmhost01.int.itguru.at';
  14. $Conf{ClientNameAlias} = '144.76.238.57';