rsync proxy (help to find)

Софт под Linux, разные программы, но только связанные с Linux

Модератор: /dev/random

moodperson
Сообщения: 185

rsync proxy

Сообщение moodperson »

Появилась надобность в ипользовании rsync proxy. Так как пров фильтрует трафик в мир на 873 порт.
Ну кто знает поделитесь адрессом ;). Пробывал искать гуглом :), ну кроме как туевой кучи настроек для rsync прокси, хорошего ничего ненашёл <_< .
p.s. Придложения типа: випить йада, утопиться в проруби и etc непринемаються :P
Gentoo Base System version 1.6.14
Спасибо сказали:
d_n_k
Сообщения: 636
ОС: Gentoo GNU/Linux

Re: rsync proxy

Сообщение d_n_k »

man rsync
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.
все сказанное есть имхо...
Спасибо сказали:
moodperson
Сообщения: 185

Re: rsync proxy

Сообщение moodperson »

и? :stupid:
да и какого топик переехал :blink: ? Кто из модеров это зделал, розталкуйте по каким это соображениям <_<
Gentoo Base System version 1.6.14
Спасибо сказали:
Аватара пользователя
Worm
Сообщения: 9

Re: rsync proxy

Сообщение Worm »

Как я понимаю никто его не проксирует. Только перенаправляют типа:
Squid configuration for rsync proxy

To allow RSYNC proxy via Squid, edit squid.conf file:

1. add 873 to acl SSL_ports port list
2. add 873 to acl Safe_ports port list
3. if you want proxy without password, add host at which rsync is running to acl allowed_hosts list

An example:

acl SSL_ports port 443 563 873 # 873 - for rsync
acl Safe_ports port 873 # for rsync
acl allowed_hosts src 195.208.220.197/255.255.255.255 # trusted host
Спасибо сказали: