We can totally use rsync to write to an SMB (Windows) share mounted under Linux. However, mapping file owner and permission meta data might not be directly possible: it’s expected to get errors such as Operation not permitted during chown). In that case, we can use the rsync arguments --no-perms --no-owner --no-group: $ rsync -a […]