1 [COPY] --- T2-COPYRIGHT-BEGIN ---
2 [COPY] t2/package/*/rsync/rsync.desc
3 [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project
5 [COPY] SPDX-License-Identifier: GPL-2.0
6 [COPY] --- T2-COPYRIGHT-END ---
8 [I] A replacement for rcp that has many more features
10 [T] Rsync uses an own "rsync" algorithm which provides a very fast method for
11 [T] bringing remote files into sync. It does this by sending just the
12 [T] differences in the files across the link, without requiring that both
13 [T] sets of files are present at one of the ends of the link beforehand.
14 [T] At first glance this may seem impossible because the calculation of
15 [T] diffs between two files normally requires local access to both
18 [U] https://rsync.samba.org/rsync/
20 [A] Andrew Tridgel <tridge@samba.org>
21 [A] Paul Mackerras <paulus@cs.anu.edu.au>
22 [M] Rene Rebe <rene@t2-project.org>
31 [P] X -----5---9 118.200
33 [O] configscript='./configure.sh'
34 [O] pkginstalled xxhash || var_append confopt ' ' '--disable-xxhash'
35 [O] pkginstalled lz4 || var_append confopt ' ' '--disable-lz4'
36 [O] [ "$SDECFG_LIBC" = 'glibc' ] || var_append confopt ' ' '--disable-roll-simd'
37 [O] atstage cross && var_append confopt ' ' '--enable-ipv6'
38 [O] var_append GCC_WRAPPER_INSERT ' ' '-DHAVE_VA_COPY=1' # for most arch cross
39 [O] var_append confopt ' ' '--without-included-zlib --without-included-popt'
41 [D] 88730a1734939433609ba602304647e723372746420f5f138d9db14a rsync-3.4.0.tar.gz http://rsync.samba.org/ftp/rsync/src/