Need sync with cloud storages, Dropbox, Google Drive, WebDAV, etc.
none
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 Why is syncing to cloud storage not implemented?
I think it's good, but we will still receive Issue :smile:
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 https://github.com/keepassxreboot/keepassxc/issues/49#issuecomment-301048723
The matter here is that we prefer not having such network code in the application so if you want to sync a file you need to use another specific client.
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.
I also use keepass at work. Fortunately unlike @philledwards I do have admin access there so I can install, in my case, nextcloud client and be happy with the result. In theory. There are two problems with this approach
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 rsync, dropbox_uploader.sh, rclone, etc.
@goetzc please see #1016
How do I get all my devices to sync (Linux, Windows, iPhone, iPad)?
Please offer cloud sync within the app to simplify for the end user.
Use any cloud service provider that you wish.
Most helpful comment
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.