Hello,

I have made a fresh install of backuppc 3.0. All seems ok but i have trouble backuping the hosts as backuppc ignore the directory list i want to backup. The host file is :

-rw-r-----  1 backuppc www-data 387 Feb 13 08:46 
/etc/BackupPC/pc/myservername.pl

$Conf{BackupFilesOnly} = {
  '/' => [
    '/etc',
    '/usr/local/etc'
  ]
};
$Conf{RsyncClientCmd} = '$sshPath -q -x -l aqbackup $host $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -q -x -l aqbackup $host $rsyncPath 
$argList+';
$Conf{RsyncShareName} = [
  '/'
];
$Conf{BackupFilesExclude} = {
  '/' => [
    '/var/log',
    '/proc'
  ]
};
$Conf{XferMethod} = 'rsync';


when i do a ps i got:


/usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D 
--links
--hard-links --times --block-size=2048 --recursive --ignore-times . /

so it tries to backup all the server and not only the part i want. Even changing the configuration in the /etc/Backuppc/config.pl to put the same directories do not work. Any idea ?


--
Cordialement,
Ghislain

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to