On Tue, Feb 13, 2001 at 09:46:30PM -0500, Igor Solovyov wrote: > DVL> > Ну вот, читаю я пример: > DVL> > > DVL> > rsync -avz foo:src/bar /data/tmp > DVL> > > DVL> > this would recursively transfer all files from the directory > DVL> > src/bar on the machine foo into the /data/tmp/bar directory on the > DVL> > local machine. The files are transferred in "archive" mode, which > DVL> > ensures that symbolic links, devices, attributes, permissions, > DVL> > ownerships etc are preserved in the transfer. Additionally, com- > DVL> > pression will be used to reduce the size of data portions of the > DVL> > transfer. > DVL> > > DVL> > Ну нигде я в мане не нашел про то, что -a обязательно для того, чтобы закачало! > DVL> > DVL> Вы не до конца manpage процитировали: > DVL> -a, --archive > DVL> This is equivalent to -rlptgoD. It is a quick way of saying you want > DVL> recursion and want to preserve everything. > > У меня нет такого! Вот: > ... > -c, --checksum always checksum > -a, --archive archive mode > -r, --recursive recurse into directories > .... Поищите, пожалуйста, внимательнее, в окрестности строки 334. Hint: во время просмотра manpages можно искать по шаблону. Regards, Dmitry +-------------------------------------------------------------------------+ Dmitry V. Levin mailto://ldv@fandra.org Software Engineer PGP pubkey http://www.fandra.org/users/ldv/pgpkeys.html IPLabs Linux Team http://linux.iplabs.ru Fandra Project http://www.fandra.org +-------------------------------------------------------------------------+ UNIX is user friendly. It's just very selective about who its friends are.