Story #11789
Updated by Tom Morris over 7 years ago
arv-put should support a --exclude flag which accepts a glob pattern to exclude from the upload. The desired functionality is to mimic that supported by rsync --exclude. In the case where multiple flags are specified, all the patterns are excluded.
Some examples:
* exclude a specific directory @--exclude Images@
* exclude a specific subdirectory @--exclude 'foo/bar'@ (all paths are relative)
* exclude all JPGs @--exclude '*.jpg'@