hi all,
I use ElkarBackup since a few weeks now, mainly to backup a VPS that hosts Docker containers. It's perfect for that job.
I've also set it up to backup my home server, using a Docker installation with binded volumes. It was not as simple as I hoped. I used some pre/post scripts with ssh to my host to start/stop some DBs before the backup. But it does the job.
Now I want to replace my home made rsync based scripts I run on my desktop and laptop machines. The configuration is quite simple, I only need to backup /home and /etc, without any DBs or weird services.
But my consideration is about the scheduling, I use to plan one backup per day, so cron and anacron did the scheduling for me. As soon as the computer was switched-on, the backup started. How can I do such a think with ElkarBackup ? I've checked the newly REST API, but I can't find any "start backup now"...
Best regards,