Possible issues with only cron chedules ? #421
rienafairefr
started this conversation in
Ideas
Replies: 2 comments 4 replies
|
If I understand correctly you would like to schedule a daily backup to happen when the machine comes online ? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm a new user of BBS, trying to replace a Synology Active Backup for Business system that I want to get rid of (because of the requirement to only run on specific distributions/kernels)
Let's imagine a client is intermittently up, like a desktop computer that is switched on to game/code/whatever for an hour or two a day.
If the backup schedule is always (by coincidence) run when the client is down/unavailable, the backup will never actually be run. Data that is supposed to be backed up will not be.
The situation can be detected, and the backup manually run, or the schedule changed to accomodate when the client is usually up, sure, but the point of automation is not to have to do it manually ^^
In previous backup software I was doing a backup every hour to ensure that it's run anytime the computer was up and joinable. It's a bit of an overkill, I think, this is not a disaster in space usage only because of the deduplication,
I actually only need a backup that is roughly ~daily
The agents are contacting BBS when up, the way they are polling, it should be possible to have a schedule is "run every day", not necessarily at a fixed time of day, or, like, "run when at least 12h have passed since last successful backup"
All reactions