liberodark / ODrive

Google Drive GUI for Windows / Mac / Linux
https://liberodark.github.io/ODrive/
GNU General Public License v3.0
1.15k stars 136 forks source link

Scheduled syunchronization #33

Open milika opened 6 years ago

milika commented 6 years ago

Can ODrive be scheduled to synchronize every 1 hour (example) or similar functionality?

Regards

liberodark commented 6 years ago

Yes have simply possibility With crontab and create sh or service to run and close or use screen for run and close every 1 hour ! https://crontab-generator.org/

kirk86 commented 4 years ago

@liberodark I think having a separate dedicated service or daemon would be beneficial. I'm actually finding it cumbersome every time I'm accessing my remote workstation having to reopen manually odrive whenever I reboot my machine.

1) Is there a way to run odrive from command line without requiring access to X window system? 2) Is there any possibility to have it restart automatically every time the machine reboots?

Having every time to ssh forwarding X and running odrive inside a terminal multiplexer is not ideal. Having a daemon like e.g. sshd would be better in the long run.