Closed Jayian1890 closed 1 month ago
Hello @Jayian1890,
Thanks for taking the time to report this feature request.
I'm not exactly sure to understand your request tough. Using Minarca, it's possible to configure a backup frequency so that you don't have to start the backup manually. When setting this feature, the backup is automatically start in the background at set intervals.
The reason for not keeping Minarca in the Task Menu at the bottom is mostly to reduce the resources footprint of the process. There is not a point to keep Minarca graphical interface running all the time.
But maybe I don't understand your request clearly. Don't hesitate to clarify.
Also, you may be interested into the next release that is currently distributed as a Beta version: https://minarca.org/en_CA/blog/minarca-4/discover-the-beta-version-of-minarca-6-109
Using the macOS desktop client, the only way a backup can be initiated is by actively starting a backup, and the window has to be actively open the entire time. From what I can tell, there are no background functions. For example, I set the schedule to hourly, yet it hasn't started a backup since my initial one after setup. That's with or without the desktop app open.
For example, I set the schedule to hourly, yet it hasn't started a backup since my initial one after setup.
This is not the expected behavior. When setting a backup interval, Minarca should wake-up every 15 min using launchd to check if it's time to make a backup. I know this is working on MacOS, I have a couple of client with it.
Could you send me the following elements ?
/Users/myuser/Library/LaunchAgents/org.minarca.minarca-client.plist.plist
? This is the configuration file created by Minarca.ps -ax | grep launchd
launchctl list | grep org.minarca.minarca-client
launchd is running. The plist file doesn't exist, and launchctl command returns no results. I don't really see anything of note in the logs.
Hello @Jayian1890
Sorry for the delay, I was in vacation last week.
The plist file doesn't exist
This is the problem. The plist file is what trigger Minarca execution in background mode. If the file doesn't exists, then Minarca is never launched in background mode.
I'm not sure how you ended with this configuration. I will need to investigate.
Could you try to run the following command,
/Applications/Minarca.app/Contents/MacOS/minarca schedule
That should repair the scheduler and create the missing plist file.
Hello @Jayian1890 Did you get a change to test ?
Will close this issue. Don't hesitate to re-open if you have more information.
I've been using Minarca to keep my mac backed up remotely, I'd love if there was a feature to keep it running in the background/menu bar so it can be ran periodically without having to intervene directly. I prefer to backup daily, and this feature would make Minarca more beneficial.