How can make rsync use sudo
- by Bryan M.
I use rsync to mirror a number of folders on our failover server. However, some of our files, such as thumbnails or full-text indexes, are generated by our applications under the web user (named 'nobody'), and default to restrictive permissions.
Also, I'm doing this over ssh, where root access is disabled, and I'd like to keep it that way, if possible.
Is there any reasonable way I can tell rsync to run as sudo? Or should I look into changing the file permissions?
Thanks