I upgraded rsync on Artix Linux to version 3.4.3 from 3.4.2 and since the upgrade, I can no longer synchronise my files from my NVMe to my NTFS HDD.
I am using the following command flags:
-aivh --delete --progress
rsync will immediately error with the following output:
wire value modtime_nsec out of range: -854775900 not in [0,999999999] [receiver]
rsync error: protocol incompatibility (code 2) at io.c(1892) [receiver=3.4.3]
Downgrading to version 3.4.2 allows syncing to work as normal. Happy to provide further information on request.
I upgraded rsync on Artix Linux to version 3.4.3 from 3.4.2 and since the upgrade, I can no longer synchronise my files from my NVMe to my NTFS HDD.
I am using the following command flags:
-aivh --delete --progressrsync will immediately error with the following output:
Downgrading to version 3.4.2 allows syncing to work as normal. Happy to provide further information on request.