As you already learned in a different post, it's not possible to set a fixed time for the backup to run unless you manually update the Task Scheduler in Windows or the crontab in Linux. The current implementation launches Minarca every 15 minutes to check if a backup needs to be executed based on the configured frequency.
From my experience with my own customers, this approach makes backups more flexible and reliable in most cases, without the need to worry about exactly when they run.
--
You received this message because you are subscribed to the Google Groups "Minarca Data Backup" group.
To unsubscribe from this group and stop receiving emails from it, send an email to minarca+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/minarca/bc4860ab-418d-4bad-a119-d2bc3b9bb3dfn%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
create the required scheduled task in crontab
--hourly - schedule backup to run hourly (default: 24)
--daily - schedule backup to run daily (default: 24)
--weekly - schedule backup to run weekly (default: 24)
--instance INSTANCE_ID - Configure only the given instance(s). (default: InstanceId(value=None))
Sure, I’d be happy to clarify how it works.
Minarca uses a cron job that runs every 15 minutes. Each time it runs, it checks whether it’s time to perform a backup based on the schedule. For example, if you’ve configured a daily backup, Minarca checks whether 24 hours have passed since the last successful backup. If not, it does nothing. If more than 24 hours have passed, the backup process is triggered.
This approach—checking the time since the last successful backup instead of relying on a fixed time—offers greater flexibility. It allows Minarca to seamlessly recover from interrupted or missed backups, which can happen due to unstable internet connections, laptops going to sleep, or temporary disconnections from Wi-Fi.
With my own user base it has proven to be reliable.
To view this discussion visit https://groups.google.com/d/msgid/minarca/a3331f26-d2c8-4837-bf42-37e0d8ce1da9n%40googlegroups.com.