On 06/08/2018 10:52 AM, Robert McBroom via users wrote:
> I keep a repo of the packages for Fedora on a NAS system on a linksys
> router.  The file system is ntfs.  rsync has stopped being able to
> synchronize the package files from the updates in cache/dnf.  Piping the
> updates through cpio works but complains about not being able to set the
> permissions on the transferred files to the same as the source.  ntfs
> has permissions of 775 and those for the package files in updates are
> 644.  Is there a way to get rsync ntfs aware?

rsync doesn't care what the source or target filesystem are. If rsync
is running as a non-root user and that user isn't the owner or group of
the target filesystem's directories, then yeah, it's not going to be
able to change the permissions (the rsync user has to have write
permission on the target).

It'd help if you'd post the rsync error messages you're getting.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 226437340           Yahoo: origrps2 -
-                                                                    -
-       A squeegee, by any other name, wouldn't sound as funny.      -
----------------------------------------------------------------------
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org/message/C2MYRUJX7MOUFQ5O3K4NOFF6HZ3WNQCV/

Reply via email to