SlackBuilds Repository

15.0 > Network > UDR (0.9.4_774f2e7)

UDR is a wrapper around rsync that enables rsync to use UDT protocol and
thus improves throughput of large data transfers over long distances.

UDT is a UDP-based, application level protocol. It is designed to
support transferring large datasets over high speed wide area networks,
where TCP has been known to be extremely ineffective.

UDR does not change rsync, it works by creating a UDT connection and
then places the connection between the rsync client and server.

To use UDR, prefix the current rsync command used to transfer data with
'udr', for example:

udr rsync -av /home/user/dir/ user@example.com:/home/user/dir

Any rsync options can be used.

UDR must be on the client and server machines that data will be
transferred between. UDR uses ssh to do authentication and automatically
start the server-side UDR process. At least one UDP port needs to be
open between the machines.

Maintained by: Alexander Verbovetsky
Keywords: udr,rsync,udt,udp
ChangeLog: UDR

Homepage:
https://github.com/martinetd/UDR

Source Downloads:
UDR-774f2e76c58feeb09dc5401fdff4207602b6f088.tar.gz (a046d266b95d113d3cecc8ff505c562f)

Download SlackBuild:
UDR.tar.gz
UDR.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
UDR.SlackBuild
UDR.info
slack-desc

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds