mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-27 05:15:56 +03:00
[GH-ISSUE #24] How can I backup notes? #22
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pchomik on GitHub (Jan 17, 2017).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/24
Hello,
Is it possible to backup or move notes to other computer?
Could share information where notes are stored?
Best regards
@Sarah-Seo commented on GitHub (Jan 17, 2017):
Not support yet. But the app is already using PouchDB. It means we can replicate it to any other db compatible with CouchDB and LevelDB.
So, I think I could expose the replication apis, then you can replicate it to your own db.
I know preparing own db would be quite demanding task. Please wait a little more. I'm going to provide dedicated database server as an open source.
@erolsk8 commented on GitHub (Oct 10, 2020):
I'm wondering the same. I've set up cloud storage in order to have notes on iOS devices, but I can't find a place where notes are actually saved so I can back that up. Maybe it's on some AWS or something, but it would be great to somehow have access to that.