Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
rsync: A program for synchronizing files over a network.
Name: | rsync |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 2.6.8 |
License: | GPL |
Release: | 3.1 |
URL: | |
- Summary
- Rsync uses a reliable algorithm to bring remote and host files into
sync very quickly. Rsync is fast because it just sends the differences
in the files over the network instead of sending the complete
files. Rsync is often used as a very powerful mirroring process or
just as a more capable replacement for the rcp command. A technical
report which describes the rsync algorithm is included in this
package.
Changelog
- * Wed Mar 14 10:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Wed Jul 12 11:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.6.8-3.1
-
- rebuild
- * Fri Jun 9 11:00:00 2006 Jay Fenlason <fenlason{%}redhat{*}com> 2.6.8-3
-
- Add my xattrs_bug patch to fix a bug where xattrs don't get sent correctly.
- Add BuildRequires to make sure libattr-devel and libacl-devel are avaliable
- replace --with... with --enable... so they actually work
- Add make, autoconf and gcc to BuildRequires