Guest User

Untitled

a guest
Oct 17th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. rsync -avz --delete --chmod=ug=rwX,o=rX --groupmap=*:www-data ' -e "ssh -p 48" /cygdrive/e/test john@my.domain.com:/var/vhost/locals/test
  2.  
  3. rsync: --chown=john:www-data: unknown option
  4.  
  5. rsync --version
  6.  
  7. [...]
  8. <IfModule mpm_itk_module>
  9. AssignUserId john www-data
  10. </IfModule>
  11. [...]
  12.  
  13. user@user-PC /cygdrive/c/wamp64/www/projects
  14.  
  15. $ rsync -rptgoDvhP --chown=www-data:www-data --exclude=.env --exclude=vendor --exclude=node_modules --exclude=.git --exclude=tests --exclude=.phpintel --exclude=storage ./website/ username@hostname:/var/www/html/website
Add Comment
Please, Sign In to add comment