Skip to content

Automate the backup-to-file flow to get automatic backups #999

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tdbe opened this issue Jan 28, 2025 · 2 comments
Open

Automate the backup-to-file flow to get automatic backups #999

tdbe opened this issue Jan 28, 2025 · 2 comments

Comments

@tdbe
Copy link

tdbe commented Jan 28, 2025

I loved using this app and I am 100% fine with (encrypted) local file backups because most of my phone's files are generically & automatically synced to other devices anyway.

But nobody remembers to do manual backups. What are the roadblocks to implementing a timer that executes the backup every x days etc.? The equivalent of pressing the backup button.

Many fdroid apps already do this when they detect a change or on interval.

@federicoiosue
Copy link
Owner

Hi, nice point, there is already a test feature for that that was been released in the alpha package long time ago.
As you mentioned when some change happened a "special" local backup was updated and that folder is the one that I personally used to keep in sync with my desktop to access notes with a desktop app.

That part still need to be completed anyway, that's why has never been released in the stable version of the app yet.

@tdbe
Copy link
Author

tdbe commented Feb 27, 2025

Ok so to play around, I just downloaded the Omni Notes Alpha apk, but I don't see any new features in the settings. I looked at your code, saw String AUTO_BACKUP_DIR = "_autobackup"; - Should I make a folder called "_autobackup" on my phone for this to work? What path? In Documents/Omni Notes Alpha/_autobackup/ The app doesn't seem to magically start writing to that folder when I edit the notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants