Shaun Curry wrote: > Thanks Les for this. Does anyone have a working rsync with -H option > over a sshfs?
The concept doesn't make very much sense. If you mount a remote site via sshfs and run rsync locally it's going to have to read all of the remote data through the filesystem mount for comparison and not save you any bandwidth with the remote block-checksum technique. > I have been trying this all afternoon with much difficulty. > First I was getting errors about chown permissions (Worked through - > mounted sshfs as root user), now I am getting a strange error: > rsync: link "/backup/pool/backuppc/pc/10.0.0.99/0/fshare/fdrivers/fDell > <http://10.0.0.99/0/fshare/fdrivers/fDell> - 720/fWin_XP2K/fdlbcw2k.inf" > => backuppc/pc/10.0.0.99/0/fshare/fdrivers/fDell > <http://10.0.0.99/0/fshare/fdrivers/fDell> - 720/fWin_XP2K/fdlbcw2k.ini > failed: Function not implemented (38) I think that means that hardlinks don't work over sshfs. -- Les Mikesell [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ BackupPC-users mailing list [email protected] List: https://lists.sourceforge.net/lists/listinfo/backuppc-users Wiki: http://backuppc.wiki.sourceforge.net Project: http://backuppc.sourceforge.net/
