supply_drop icon indicating copy to clipboard operation
supply_drop copied to clipboard

Add support for rsync include flag

Open pblesi opened this issue 8 years ago • 0 comments

Currently support for the rsync include flag is not provided via supply drop. This PR adds this support. The reason for this support is so you can explicitly include some nested folders while excluding others for example if you want to include a select list of secret files.

Special note: The include flag should come before the exclude flag so rsync does not throw out the included files before they can have a chance to be included.

pblesi avatar May 23 '16 04:05 pblesi