You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
--backup
and--nuke
options--dry-run
and--nuke
optionsExpected behavior
Backup folders should be ignored and not nuked
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: