On 2020-08-06 08:45, J Martin Rushton via CentOS wrote:> You'll need to upgrade to CentOS8. > > C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever. > > C8.2 is at 3.1.3-7, C8 will always be on 3.1.3 > > MartinAnother option is to build rsync from source, which is what I did to try out the zstd compression. centos7$ rsync --version rsync? version 3.2.2? protocol version 31 Copyright (C) 1996-2020 by Andrew Tridgell, Wayne Davison, and others. Web site: https://rsync.samba.org/ Capabilities: ??? 64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints, ??? socketpairs, hardlinks, symlinks, IPv6, atimes, batchfiles, inplace, ??? append, no ACLs, xattrs, optional protect-args, iconv, symtimes, prealloc Optimizations: ??? no SIMD, asm, openssl-crypto Checksum list: ??? xxh64 (xxhash) md5 md4 none Compress list: ??? zstd lz4 zlibx zlib none> > On 06/08/2020 16:40, Christopher Wensink wrote: >> Can anyone tell me the repository to use to upgrade to a version of >> rsync later than 3.1.2? >> >> Chris >> >
On 06/08/2020 17:30, Jack Bailey via CentOS wrote:> On 2020-08-06 08:45, J Martin Rushton via CentOS wrote: >> You'll need to upgrade to CentOS8. >> >> C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever. >> >> C8.2 is at 3.1.3-7, C8 will always be on 3.1.3 >> >> Martin > > Another option is to build rsync from source, which is what I did to try > out the zstd compression. >Or you could try rebuilding the latest fedora SRPM on el7 (or the RHEL8 SRPM if that is new enough for you). Sometimes it's straight forward, other times this approach may fail with newer build requirements than those provided by el7. Worth a try though.
The problem that I keep running into is, our synology backup device (RS3618xs) has an option to make a connection to each Linux VM, and our file server's backup keeps failing every night with the error message:? "The samba shared folder settings of the source data cannot support backup.? Please disable "store dos attributes" and "vss objects". In smb.conf the only reference to store dos attributes is a commented out line, and nothing references vss objects.? This error is coming up on a new vm running Centos 7.8.2003 (Core), Samba 4.10.4, rsync 3.1.2. The exact same setup on the old vm running Centos6.10 (Final), Samba 3.6.23-53.el6_10, rsync 3.0.6 with the same files which have DOS attributes on them, and the backup works fine.? Other VM's running the same command structure using the same version of Centos 7 work without issues.? Per Synology support the issue is the files that contain DOS attributes are breaking the backup. Is anyone aware of issues with files that contain DOS attributes breaking rsync backups on Centos7.8.2003 with Samba 4.10.4 and Rsync 3.1.2? Chris On 8/6/2020 2:10 PM, Phil Perry wrote:> On 06/08/2020 17:30, Jack Bailey via CentOS wrote: >> On 2020-08-06 08:45, J Martin Rushton via CentOS wrote: >>> You'll need to upgrade to CentOS8. >>> >>> C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever. >>> >>> C8.2 is at 3.1.3-7, C8 will always be on 3.1.3 >>> >>> Martin >> >> Another option is to build rsync from source, which is what I did to >> try out the zstd compression. >> > > Or you could try rebuilding the latest fedora SRPM on el7 (or the > RHEL8 SRPM if that is new enough for you). Sometimes it's straight > forward, other times this approach may fail with newer build > requirements than those provided by el7. > > Worth a try though. > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos-- Christopher Wensink IS Administrator Five Star Plastics, Inc 1339 Continental Drive Eau Claire, WI 54701 Office: 715-831-1682 Mobile: 715-563-3112 Fax: 715-831-6075 cwensink at five-star-plastics.com www.five-star-plastics.com
Am 06.08.20 um 21:10 schrieb Phil Perry:> On 06/08/2020 17:30, Jack Bailey via CentOS wrote: >> On 2020-08-06 08:45, J Martin Rushton via CentOS wrote: >>> You'll need to upgrade to CentOS8. >>> >>> C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever. >>> >>> C8.2 is at 3.1.3-7, C8 will always be on 3.1.3 >>> >>> Martin >> >> Another option is to build rsync from source, which is what I did to >> try out the zstd compression. >> > > Or you could try rebuilding the latest fedora SRPM on el7 (or the RHEL8 > SRPM if that is new enough for you). Sometimes it's straight forward, > other times this approach may fail with newer build requirements than > those provided by el7. > > Worth a try though.or https://rsync.samba.org/download.html#Binaries https://download.samba.org/pub/rsync/binaries/centos-7.8-x86_64/ or asking upstream to upgrade: https://bugzilla.redhat.com or As they always say to me: "If this issue is critical or in any way time sensitive, please raise a ticket through the regular Red Hat support channels to ensure it receives the proper attention and prioritization to assure a timely resolution. For information on how to contact the Red Hat production support team, please visit: https://access.redhat.com/support" As "Hick's law" say https://en.wikipedia.org/wiki/Hick's_law -- After the boot hole scream in the funny mode now, Leon :)
On 8/6/20 12:30 PM, Jack Bailey via CentOS wrote:> On 2020-08-06 08:45, J Martin Rushton via CentOS wrote: >> You'll need to upgrade to CentOS8. >> >> C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever. >> >> C8.2 is at 3.1.3-7, C8 will always be on 3.1.3 >> >> Martin > > Another option is to build rsync from source, which is what I did to try out the zstd compression.Just wanted to share Fedora 32's rsync-3.2.2-1.fc32.src.rpm rebuilds cleanly without any necessary tweaks on CentOS 7.? I used mock for a clean build environment. It is very empowering to learn how to build your own packages and not very hard to get started.? I encourage you to do the same!
I have not built my own RPMs before, just built from source .tar.gz files, do you have a good tutorial?? Is a package built by you inherently more secure than a package strait from a mirror? On 8/6/2020 8:12 PM, Chris Schanzle via CentOS wrote:> On 8/6/20 12:30 PM, Jack Bailey via CentOS wrote: >> On 2020-08-06 08:45, J Martin Rushton via CentOS wrote: >>> You'll need to upgrade to CentOS8. >>> >>> C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever. >>> >>> C8.2 is at 3.1.3-7, C8 will always be on 3.1.3 >>> >>> Martin >> Another option is to build rsync from source, which is what I did to try out the zstd compression. > > Just wanted to share Fedora 32's rsync-3.2.2-1.fc32.src.rpm rebuilds cleanly without any necessary tweaks on CentOS 7.? I used mock for a clean build environment. > > It is very empowering to learn how to build your own packages and not very hard to get started.? I encourage you to do the same! > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centos >-- Christopher Wensink IS Administrator Five Star Plastics, Inc 1339 Continental Drive Eau Claire, WI 54701 Office: 715-831-1682 Mobile: 715-563-3112 Fax: 715-831-6075 cwensink at five-star-plastics.com www.five-star-plastics.com
> On 8/6/20 12:30 PM, Jack Bailey via CentOS wrote: >> On 2020-08-06 08:45, J Martin Rushton via CentOS wrote: >>> You'll need to upgrade to CentOS8. >>> >>> C7 is at rsync 3.1.2-10, and will not go above 3.1.2 ever. >>> >>> C8.2 is at 3.1.3-7, C8 will always be on 3.1.3 >>> >>> Martin >> >> Another option is to build rsync from source, which is what I did to try >> out the zstd compression. > > > Just wanted to share Fedora 32's rsync-3.2.2-1.fc32.src.rpm rebuilds > cleanly without any necessary tweaks on CentOS 7.? I used mock for a clean > build environment. > > It is very empowering to learn how to build your own packages and not very > hard to get started.? I encourage you to do the same! >If you're using 3.2.2, be sure to add this fix to make rsync behave as expected: https://github.com/WayneD/rsync/issues/81 Regards, Simon