Ну кто знает поделитесь адрессом
p.s. Придложения типа: випить йада, утопиться в проруби и etc непринемаються :P
Модератор: /dev/random
CONNECTING TO AN RSYNC SERVER
It is also possible to use rsync without a remote shell as the trans-
port. In this case you will connect to a remote rsync server running on
TCP port 873.
You may establish the connection via a web proxy by setting the envi-
ronment variable RSYNC_PROXY to a hostname:port pair pointing to your
web proxy. Note that your web proxy's configuration must allow proxy-
ing to port 873.
Using rsync in this way is the same as using it with a remote shell
except that:
o you use a double colon :: instead of a single colon to separate
the hostname from the path or a rsync:// URL.
o the remote server may print a message of the day when you con-
nect.
o if you specify no path name on the remote server then the list
of accessible paths on the server will be shown.
o if you specify no local destination then a listing of the speci-
fied files on the remote server is provided.
Some paths on the remote server may require authentication. If so then
you will receive a password prompt when you connect. You can avoid the
password prompt by setting the environment variable RSYNC_PASSWORD to
the password you want to use or using the --password-file option. This
may be useful when scripting rsync.
WARNING: On some systems environment variables are visible to all
users. On those systems using --password-file is recommended.