What is the proper way to use "--include-from" argument in rsync deploy?
In my `bitbucket-pipelines.yml` I have added"
EXTRA_ARGS: '--include-from="deploy-include.txt" --exclude="*"'
Of course I have this file in root of my repository.
Unfortunately I am getting this error:
rsync: failed to open include file "./deploy-include.txt": No such file or directory (2)
rsync error: error in file IO (code 11) at exclude.c(1207) [client=3.1.3]
I think you'd have to address that question to the Workzone developers here: http://www.izymes.com/workzone.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.