Hi, > On 20 Jun 2020, at 16:09, Matthias Fischer wrote: > > Hi, > > rsync 3.2.0 is out and I just had time...for details see: > https://download.samba.org/pub/rsync/src/rsync-3.2.0-NEWS > > Right now running under Core 145 / x86_64. No problems. > > But I still have two questions. > > In order to use the new xxhash checksum support and zstd compression, > the corresponding kernel modules would need to be activated. Do we want > or need these? You won’t need kernel modules for this. You simply need the relevant libraries. I have packaged those for IPFire 3 and they are easy to build and have no further dependencies. So I would recommend to at least add zstd. https://git.ipfire.org/?p=ipfire-3.x.git;a=blob;f=rsync/rsync.nm;h=528dcfc0a377bc770a45a8f88af00079eb26dc93;hb=b40cdb8c182d8b4aa05c6e23cc67118c4aa4853c https://git.ipfire.org/?p=ipfire-3.x.git;a=blob;f=zstd/zstd.nm;h=e5afd342b9ad2ae0c0f394116ef2dfddea670413;hb=8bcac5c8cda49b91fe68bef64c3ad975b80a43ca > > For now, I disabled both with these configure options: > > ... > --disable-xxhash \ > --disable-zstd > ... > > Do we want (would someone use) the new 'rsync-ssl'-script? On a firewall!? I tried to find out what this is useful for. It doesn’t harm us and calls openssl. So I would just leave it in there. > Current capabilities: > > ***SNIP*** > root(a)ipfire: /tmp # ./rsync --version > rsync version 3.2.0 protocol version 31 > Copyright (C) 1996-2020 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, > ACLs, xattrs, iconv, symtimes, prealloc, SIMD > Checksum list: > md5 md4 none > Compress list: > lz4 zlibx zlib none > ***SNAP*** > > Best, > Matthias -Michael