lyledouglass / wowtools

Tool for managing WoW installations and data backups
MIT License
5 stars 0 forks source link

WTF and ElvUi backups should be cleaned up after certain threshold has been hit #13

Closed ldougbmx closed 2 years ago

ldougbmx commented 2 years ago

Currently the backup folders will continue to grow and never be cleaned up. Should add logic to check number of zips and date of oldest zip so that the code can clean up files.

Example; 15 zips and date is older than 30 days will remove the oldest backup, but if there are only 2 zips, it won't clean.

ldougbmx commented 2 years ago