After getting the NFS mount created on my client, I went for an rsync test drive.
I'm seeing these errors:
Code:
rsync: chown "/mnt/nas/." failed: Operation not permitted (1)
rsync: chown "/mnt/nas/test_file.nfo" failed: Operation not permitted (1)
rsync: chown "/mnt/nas/test_file.bin" failed: Operation not permitted (1)
rsync: chown "/mnt/nas/test_file.cue" failed: Operation not permitted (1)
I'm now also seeing that the files DID transfer but have a uid/gid of 98 and that they the file permissions are set to 600, original perms on these files are 644.
Part of me using NASlite requires that file details remain intact. As best I can tell, the rsync options I used should have done this.
...........and why did the file permissions change?
Is there some way I can get the uid/gid values to be setup the same as MY linux client's files.....or do I need to change the client values??
