Skip to content

Instantly share code, notes, and snippets.

@molayli
Created September 28, 2018 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save molayli/0b29baf1e91980929d48c4f3287bd6d6 to your computer and use it in GitHub Desktop.
Save molayli/0b29baf1e91980929d48c4f3287bd6d6 to your computer and use it in GitHub Desktop.
rsync preserve www-data ownership
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