Advertisement
schpnc

rsync Bitrix core

Mar 9th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. ## from project root
  2. rsync --delete -avrz --prune-empty-dirs --include="*/" --include="*.php" --include="*.js" --exclude="*" bitrix@{DEV_SERVER}:/home/bitrix/ext_www/{ROOT_SANDBOX}/bitrix/components/ ./bitrix/components/
  3.  
  4. ## from project root
  5. rsync --delete -avrz --prune-empty-dirs --exclude=/modules/*/install/* --exclude=/modules/*/dist*/*  bitrix@{DEV_SERVER}:/home/bitrix/www/{ROOT_SANDBOX}/modules ./bitrix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement