Aaron Morris wrote:
You did not specifically mention it: compression (-z) would probably help more than anything. Otherwise, you could do something like:

Have a file (ie filelist.txt) that contains the filename (with relative paths), one file per line.

rsync -rRWz `cat filelist.txt` user@hostname::module

as I understand this works only when connecting to a rsync daemon... what if I wanted to use ssh as a shell?

Lorenzo

--
+-----------------------------------------------------+
| Lorenzo Bettini ICQ# lbetto, 16080134 |
| PhD student in Computer Science |
| Dip. Sistemi e Informatica, Univ. di Firenze |
| Tel +39 055 4796741, Fax +39 055 4796730 |
| Florence - Italy (Linux User # 158233) |
| Home Page : http://www.lorenzobettini.it |
| E-Mail : [EMAIL PROTECTED] |
| http://music.dsi.unifi.it XKlaim language |
| http://www.lorenzobettini.it/purple Cover Band |
| http://www.gnu.org/software/src-highlite |
| http://www.gnu.org/software/gengetopt |
+-----------------------------------------------------+



--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Reply via email to