Describe the bug
When you have previous backup folders (e.g., *backup00, *backup01, etc.) the script considers them for cleanup too. We should filter out the folders that match .*backup\d{2}$.
To Reproduce
Steps to reproduce the behavior:
- Run the script once with the
--backup and --nuke options
- Confirm it has created backups
- Run the script again, with the
--dry-run and --nuke options
- Confirm that it would try to clear the previously backup folders too
Expected behavior
Backup folders should be ignored and not nuked
Desktop (please complete the following information):
- OS: macOS 10.13.5 (17F77)
- Version: 1.3.0
Describe the bug
When you have previous backup folders (e.g.,
*backup00,*backup01, etc.) the script considers them for cleanup too. We should filter out the folders that match.*backup\d{2}$.To Reproduce
Steps to reproduce the behavior:
--backupand--nukeoptions--dry-runand--nukeoptionsExpected behavior
Backup folders should be ignored and not nuked
Desktop (please complete the following information):