Release v1.0.3 - Cron Schedule Validation & Environment Fixes 🛠️
We are pleased to announce BackupOnePass v1.0.3, featuring important enhancements to cron schedule validation and environment variable handling. This update improves reliability and error handling for backup scheduling.
What's New?
-
Cron Schedule Validation:
- Enforced a minimum cron interval of 2 minutes for
BACKUP_SCHEDULE
. - Added validation to prevent invalid schedules from being applied.
- Improved error feedback for misconfigured schedules.
- Enforced a minimum cron interval of 2 minutes for
-
Environment Variable Export Fix:
- Fixed escaping in environment variable export to handle special characters safely.
- Ensures compatibility with complex values in environment variables.
Breaking Changes:
- Cron Interval Restriction:
BACKUP_SCHEDULE
values less frequent than every 2 minutes are no longer supported.