On 4/18/20 6:49 AM, Craig Barratt via BackupPC-users wrote:
Are you using rsync? The default in 4.x is --one-file-system. You can edit the config file to remove that if you
prefer. I do realize you said "the client machine has only one partition", so that might not be the issue.
oh sorry, yes i use rsync via ssh.
I think i found the issue, i used to store the backuped file those file a "container" like system. So backuppc connnect
to the host and then backcup the guest:
http://backuppc.sourceforge.net/faq/BackupPC.html#_conf_rsyncclientcmd_
# rsync client commands
$Conf{RsyncClientCmd} = '$sshPath -T -q -x -l aqbackup $host sudo vnamespace -e "'.$nomduvserveur.'"
/usr/sbin/chroot "/vservers/'.$nomduvserveur.'" $rsyncPath $argList+';
$Conf{RsyncClientRestoreCmd} = '$sshPath -T -q -x -l aqbackup $host sudo vnamespace -e "'.$nomduvserveur.'"
/usr/sbin/chroot "/vservers/'.$nomduvserveur.'" $rsyncPath $argList+';
it seems this part is not working as it was and it is tryng to backup the host
instead of the guest.
I dont find those in 4.0, have they disapeared ?
regards,
Ghislain.
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List: https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki: http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/