Created
September 28, 2018 10:00
-
-
Save molayli/0b29baf1e91980929d48c4f3287bd6d6 to your computer and use it in GitHub Desktop.
rsync preserve www-data ownership
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -avz --chown=www-data:www-data --exclude=tmp/ SRC DEST |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment