Tagged Questions
3
votes
1answer
1k views
How should I rsync files in /var/www if I want them to be owned by www-data?
I have set up a new ec2 ubuntu box and installed apache and php5. By default you log onto the box with the ubuntu user who has sudo privileges.
I believe apache runs as root and php5 runs as ...
1
vote
1answer
758 views
UID mapping with rsync
I'm migrating files between servers and have to map UIDs (add 500) and GIDs. As I'd like to have it done in one single pass, is there a way to execute a command for each file rsync copies?