-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support multiple exclude pattern for restore operation (#182)
## Contributing process - [X] I understand that this is [some guy's personal hobby project](https://github.com/mtlynch/resticpy#resticpys-scope-and-future) and reviews are on a best-effort basis - [X] I've read the [contribution guidelines](../blob/master/CONTRIBUTING.md) ## What type of PR is this? (check all applicable) - [X] Feature ## Description This PR will actually support multiple `exclude` patterns for the `restore` operation. Before, only **one** exclude pattern can be provided, now, similarly to the `rewrite` API, multiple exclude patterns can be provided as a list. ## Did you update the [API documentation](../blob/master/docs)? - [x] Yes ## Have you added or updated tests? - [X] Yes, I added unit tests --------- Co-authored-by: Michael Lynch <[email protected]>
- Loading branch information
Showing
3 changed files
with
34 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters