-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cloud sync #366
Comments
See #242. Likely Duplicate |
You can place your database file in your Dropbox/Google Drive/WebDAV folder. No need for a dedicated sync feature in KeePassXC: |
Perhaps this fact needs to be on our website / FAQ? |
@droidmonkey yep, maybe a new section in the FAQ |
I think it's good, but we will still receive Issue 😄 |
I've read the FAQ and understand your reasoning about not including cloud storage sync, but I believe the statement that it "can be easily accomplished by simply storing your KeePassXC database inside your shared cloud folder and letting your desktop synchronization client do the rest" is flawed. That's just fine when you have admin access on your Windows PC, eg when you're at home. But what about when you're at work? In a corporate environment admin access is restricted to the IT team so you can't install any software that updates the registry which means you can't install cloud storage sync apps. That's why Keepass's plugin approach is so good, because it means plugins can do the sync'ing to a portable app version of Keepass . Is there a way KeepassXC can handle the corporate PC admin issue? |
From #49 (comment)
|
We already have networking code in our application (with the option to compile without), so that's not such a big deal anymore. But it still adds quite a bit of complexity in a very sensitive area of the code. |
Thanks for the info phoerious. So if we download and install the current version it already has this feature? I assumed it wasn't available because of what I read in the FAQ, |
No. We do have networking code for KeePassHTTP and downloading favicons.
We do not have cloud sync built in.
|
I think you should reconsider this feature, specially now considering the phoerious's commentary above. When I saw this project I got excited, open source, good cross platform (Not like keppass2 using mono), even native favicon donwloading. Just perfect except for this feature not implemented. Is a must have for me and keeping in mind the number of issues opened abut the subject I think that a lot of people wants this. I will check the project regularly looking for this feature. |
I'll also share my use case in case you guys reconsider.
|
What about having a post-save hook? This way it would be possible to call an external program to perform the sync/backup, like calling |
How do I get all my devices to sync (Linux, Windows, iPhone, iPad)? |
Use any cloud service provider that you wish. |
Expected Behavior
Need sync with cloud storages, Dropbox, Google Drive, WebDAV, etc.
Current Behavior
none
The text was updated successfully, but these errors were encountered: