mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
Import not working with folders #13
Reference in New Issue
Block a user
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 @thomasave on GitHub (Jun 13, 2018).
When importing a file that contains folders using the Web Vault, I get the following error message:
I've attached a simple KeePass 2 (xml) file that causes a problem. (rename to .xml)
folders.txt
@dani-garcia commented on GitHub (Jun 13, 2018):
Thanks! I had forgotten to change a couple of values to uppercase. This should be fixed with the latest commit (
0905355)@thomasave commented on GitHub (Jun 13, 2018):
Thanks, it works now!
Is it sufficient to backup the
datafolder to be able to restore the server?@dani-garcia commented on GitHub (Jun 13, 2018):
Yeah everything needed is inside that folder. You can delete the
data/icon_cachefolder to save space, though.