web-deploy icon indicating copy to clipboard operation
web-deploy copied to clipboard

rsync-option --ignore not working

Open mariorendic opened this issue 1 year ago • 1 comments

rsync-options: --include not working.

I try to exclude all files by --exclude=* except wp-content/themes folder and files in it by:

--exclude=/* --include=/wp-content/ --include=/wp-content/themes/**

mariorendic avatar Mar 22 '23 17:03 mariorendic

Try this to make it work:

https://github.com/SamKirkland/web-deploy/issues/16#issuecomment-1813492196

michellavezzo avatar Nov 16 '23 00:11 michellavezzo