Rsync make from source 3.1.1 or 3.1.2
Если у вас старая версия debian, а вам необходима версия rsync выше чем 3.0.9, то вам сюда
wget https://download.samba.org/pub/rsync/src/rsync-3.1.1.tar.gz tar -xvf rsync-3.1.1.tar.gz cd rsync* ./configure make checkinstall ln -s /usr/local/bin/rsync /usr/bin/rsync rsync --version
Профит
rsync version 3.1.1 protocol version 31
Copyright (C) 1996-2014 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
append, no ACLs, xattrs, iconv, symtimes, prealloc
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.