Sweeps daily backups of OPNsense config files
It only keeps 2 weeks of daily backups, 3 monthly backups, and 1 annual backup by default. It also converts all '%Y-%m-%d_%H:%M:%S' date strings to epoch time
python src/backup_creeper.py --backupdir ${FULLPATH_TO_BACKUP_DIRECTORY}
pyinstaller --distpath bin --onefile src/backup_creeper.py