Simple sync methods #2208
Unanswered
MihanEntalpo
asked this question in
Technical Discussion
Replies: 0 comments
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.
-
This thread is a continuation of the discussion started in this PR: #2207
The problem: the need to sync habits with external systems in order to use automation, scripts, and similar tools.
An easy solution would be to make the backup frequency configurable, so that the database backup could be synced via Syncthing or some other tool available. This method was rejected as it is not directly related to backup functionality.
Now I want to discuss possible ways to implement syncing of habit states with remote systems
I put the methods I’ve come up with into a table:
As I, and some other users NEED syncing functionality, lets discuss available methods, maybe propose another, which I've didn't realize.
Right now I'm looking forward at "Tasker/Automate plugin to export database to json", but also, will make option to copy database to a public folder on my own fork, as a temporary solution.
@iSoron I invite you to this thread :)
Beta Was this translation helpful? Give feedback.
All reactions