Is it possible with rsync to preserve user and group settings somehow if the target user is not root?
I signed up for a remote backup plan and use rsync for the backups which works well.
On top of that I would like to rsync certain directories, but every file I rsync is automatically set to the user/group on my backup location. I know this is caused because I'm not root on the target server, but I was wondering if it at all possible to preserve owner id in this case (without tarring everything)
I've tried using --numeric-ids but that doesn't seem to work.



LinkBack URL
About LinkBacks
Reply With Quote





