upload with exclude option
Bug #1532885 reported by
John Dickinson
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-swiftclient |
In Progress
|
Wishlist
|
HCLTech-SSW | ||
Bug Description
support an --exclude option in `swift upload` that works like the same-named option in rsync
| Changed in python-swiftclient: | |
| assignee: | nobody → Jude Augustine Job (judeaugustine-j) |
| Changed in python-swiftclient: | |
| status: | New → Confirmed |
To post a comment you must log in.

We have checked in rsync, and it works like --exclude <file type or name to exclude>.
In rsync, for case of multiple name or types which need to be exclude from the upload then rsync works like as below:
rsync --exclude file1.txt --exclude file2.txt --exclude dir1 source/ destination/
For this feature can we implement to support one exclude at a time, or multiple exclude at a time?