Tue, 18 Aug 2009 12:53:28 +0100, inpost wrote: > I repeat: I connect to the remote machine in a separate command terminal to > see > if the text file was transferred and there was no transfer. > > I repeated the command with the verbose command: > rsync -vt *.txt [email protected]: > sent 39 bytes received 16 bytes 4.40 bytes/sec > total size is 24 speedup is 0.44
-v will also show the transferred files: so, your shell/rsync did not find any files that * match *.txt, * are in the directory were you called rsync, AND * need to be transferred Sven -- 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
