i using rclone v1.55.1-DEV on rhel 7, i use it with command sync to sync 2 nfs exports, i notice that acl of files are not copied. Did you know if there an option to copy also permissions and acl. On the help command i didn't find it.
[root@esfrnlviya14 ~]# rclone version
rclone v1.70.3
os/version: redhat 7.9 (64 bit)
os/kernel: 3.10.0-1160.134.1.el7.x86_64 (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.24.4
go/linking: static
go/tags: none
And i launch sync again with this command
rclone sync --multi-thread-streams 16 -P /sas_nfs/ /sas_nfs_appoggio/
but seems that linux permissions is not replicated, the job is still running there are about 5TB of data. It is possible that permissions is replicated at the end of command.