Hello, I already made a lot of backup with rsync xfer but here, I have a problem !
" Remote[1]: rsync: link_stat "/data/nsf/3c/." failed: No such file or directory (2)" above some details... As you see, no problem to acces the data with "backuppc" user from server using ssh : =================================================== [EMAIL PROTECTED] [/home/backuppc/pc] ssh [EMAIL PROTECTED] ls -al /data/nfs/3c total 1432 drwxrwxr-x 10 nobody nogroup 4096 Mar 9 16:01 . drwxr-xr-x 78 nobody nogroup 4096 Feb 23 18:57 .. drwxrwsr-x 4 nobody nogroup 4096 Feb 9 09:27 070208_sbx_reporting -rw-rw-r-- 1 nobody nogroup 57856 Feb 9 09:26 070209_sbx_listeCLC.xls ... =================================================== in the linux4.pl file, I create a lot of "RsyncShareName" to backup in the /data/nfs tree =================================================== $Conf{RsyncShareName} = [ '/data/nsf/3c', '/data/nsf/acha', '/data/nsf/adfiweb', ... ]; =================================================== I use 'sudo' with these parameters =================================================== $Conf{RsyncClientPath} = 'sudo /usr/bin/rsync'; $Conf{RsyncClientCmd} = '$sshPath -q -x -l backuppc $host $rsyncPath $argList+'; =================================================== and it works... here the version of client rsync : =================================================== [EMAIL PROTECTED] [/home/backuppc/pc] ssh [EMAIL PROTECTED] sudo /usr/bin/rsync --version rsync version 2.6.6 protocol version 29 Copyright (C) 1996-2005 by Andrew Tridgell and others <http://rsync.samba.org/> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles, inplace, IPv6, 64-bit system inums, 64-bit internal inums rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. See the GNU General Public Licence for details. =================================================== but the backup fails : =================================================== full backup started for directory /data/nsf/3c (baseline backup #4) Running: /usr/bin/ssh -q -x -l backuppc linux4.xxxx.xxx sudo\ /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --times --block-size=2048 --recursive --ignore-times . /data/nsf/3c/ Xfer PIDs are now 15097 Remote[1]: rsync: link_stat "/data/nsf/3c/." failed: No such file or directory (2) Xfer PIDs are now 15097,15098 Can't write 4 bytes to socket Child is aborting Done: 0 files, 0 bytes Got fatal error during xfer (aborted by signal=PIPE) Backup aborted by user signal =================================================== any idea ? problem of rsync version ?? thanks in advance regards jmb -- -------------------------------------------- Jean-Michel Beuken Informaticien departemental (MAPR/FSA/SISE) Universite catholique de Louvain-La-Neuve Lab. PCPM/FSA, Bat. BOLTZMANN 1,Place Croix du Sud 1348 Louvain-La-Neuve BELGIUM -------------------------------------------- Tel : (3210) 473570 Fax : (3210) 473452 HTTP://www.mapr.ucl.ac.be/~beuken -------------------------------------------- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/