vorta
vorta copied to clipboard
Add misc exclusion patterns
Description
Adds few essential exclusions patterns, including log files, temp files, cache, media files, VM files, virtualenv and recycle bin.
Related Issue
Includes some suggestions from #907
Motivation and Context
Provides the user with more out of the box exclusion patterns to avoid backing up useless files.
How Has This Been Tested?
By backing up directory with above mentioned files. They were absent in the resultant archive.
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] I have read the CONTRIBUTING guide.
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [x] All new and existing tests passed.
I provide my contribution under the terms of the license of this repository and I affirm the Developer Certificate of Origin.