> I notice that you had to provide the full path to rsync in your > /usr/bin/rsync --version example, but you don't have the full path in > the backuppc rsync command. Maybe that's a clue (although I would be > surprised that /usr/bin isn't in root's path).
Thanks John, but it doesn't change anything. Can somebody explain me why source and destination are inverted in the backuppc command, compare to the usual rsync use? Here are my last experiences, altough the backuppc error message is still Running: /ffp/bin/ssh -q -x -l root 192.168.1.2 /usr/bin/rsync -- server --sender --numeric-ids --perms --owner --group -D --links -- hard-links --times --block-size=2048 --recursive --ignore-times . / home/racine/wikiinterne/ Xfer PIDs are now 2465 Read EOF: Connection reset by peer Tried again: got 0 bytes Done: 0 files, 0 bytes Got fatal error during xfer (Unable to read 4 bytes) Backup aborted (Unable to read 4 bytes) What can I do to understand better my problem, and so find a solution for it? I did the following on 192.168.1.2 : - stop all firewall and protection - allow root to connect by ssh I've tried this command in bash : /ffp/bin/ssh -q -x -l root 192.168.1.2 /usr/bin/rsync --server -- sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --ignore-times . /home/racine/ wikiinterne/ Nothing happend and the command freeze. Why? I tried this command in a bash, (same as above, wihtout --server -- sender) : /ffp/bin/ssh -q -x -l root 192.168.1.2 /usr/bin/rsync --verbose -- numeric-ids --perms --owner --group -D --links --hard-links --times -- block-size=2048 --recursive --ignore-times . /home/racine/wikiinterne It copies all the content of the /root/ folder to the /home/racine/ wikiinterne folder, all of this happend on the client, nothing is transfered on the backup server. What can I test to make it work? Reagrds, bruno ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ 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/