[COPY] --- T2-COPYRIGHT-NOTE-BEGIN --- [COPY] T2 SDE: package/*/rsync/rsync.desc [COPY] Copyright (C) 2004 - 2024 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project [COPY] [COPY] This Copyright note is generated by scripts/Create-CopyPatch, [COPY] more information can be found in the files COPYING and README. [COPY] [COPY] This program is free software; you can redistribute it and/or modify [COPY] it under the terms of the GNU General Public License version 2. [COPY] --- T2-COPYRIGHT-NOTE-END --- [I] A replacement for rcp that has many more features [T] Rsync uses an own "rsync" algorithm which provides a very fast method for [T] bringing remote files into sync. It does this by sending just the [T] differences in the files across the link, without requiring that both [T] sets of files are present at one of the ends of the link beforehand. [T] At first glance this may seem impossible because the calculation of [T] diffs between two files normally requires local access to both [T] files. [U] http://rsync.samba.org/rsync/ [A] Andrew Tridgel [A] Paul Mackerras [M] Rene Rebe [C] extra/network [F] CROSS DIETLIBC [L] GPL [S] Stable [V] 3.3.0 [P] X -----5---9 118.200 [O] configscript='./configure.sh' [O] pkginstalled xxhash || var_append confopt ' ' '--disable-xxhash' [O] pkginstalled lz4 || var_append confopt ' ' '--disable-lz4' [O] [ "$SDECFG_LIBC" = 'glibc' ] || var_append confopt ' ' '--disable-roll-simd' [O] atstage cross && var_append confopt ' ' '--enable-ipv6' [O] var_append GCC_WRAPPER_INSERT ' ' '-DHAVE_VA_COPY=1' # for most arch cross [O] var_append confopt ' ' '--without-included-zlib --without-included-popt' [D] 1b4d1e525d8a52d3812ab20215f35a92506df3a417d09228e22f1b72 rsync-3.3.0.tar.gz http://rsync.samba.org/ftp/rsync/src/