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.
Arch: i386
Download: | rsync-2.6.8-3.1.i386.rpm |
Build Date: | Sat Mar 17 14:57:00 2007 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 394 KiB |
Changelog
- * Thu Mar 15 00:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Thu Jul 13 01:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.6.8-3.1
-
- rebuild
- * Sat Jun 10 01: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