<code>failed: Operation not supported</code>
I search on rsync build log shows:
checking ACL test results... No ACL support found
checking whether to support extended attributes... Using Linux xattrs
and rsync is not linked against libacl nor libxattr, so, no, the box rsync has no ACL/XATTR support.
And will never have, because those libraries uses 180KB, which are simply not available in the base firmware :-(
The same happens with samba on the base firmware, that has no acl/xattr support.
For samba, you can however install on disk the samba Alt-F package, that will shadow the one in the base firmware, and installs libacl/libxattr.
I could do the same for rsync, providing a disk-installable package with acl/xattr support, please fill-in a package request at sourceforge, so I don't forget to do that (but I'm a slow moving target...)
Meanwhile, you can continue doing it the way you do now, or install ffp rsync... hmm, no luck, I just installed ffp-0.5 and ffp-0.7 and their rsync has no ACL support either, (and I suspect that no xattr support, although it can be statically compiled-in)
Just for your info, ACL/XATTR support is "recent" in Alt-F, previously there was no kernel/fs support for them.
Sorry
I dont' see any problem... not ideal, but at least for the local network there should be no problem. Just make sure the NSF mount is sync, now the default, not async.
As a matter of fact, Alt-F backup script does that, it does a local NFS/CIFS mount and uses rsync to do the backup, which is faster than use rsync directly.