On Mon 17 Aug 2009, Paul Slootman wrote: > > > > I have tried the following command: > > > > rsync -t *.txt ssh [email protected]:
Ah, I now see a spurious "ssh" there. That tells rsync that you also want to transfer a file "ssh", in addition to the *.txt files. Do you have a file "ssh" in that directory? > > and receive the following error: > > > > rsync: link_stat "local/machinepath/ssh" failed: No such file or directory > > (2) Your current working directory is "local/machinepath" ? Paul -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
