Configure webdav merge target - binbash23/p GitHub Wiki
If you want to backup/merge your password database to another computer over the webdav protocoll, you can do it like this:
Create a new account as follows:
add
UUID : 0266d735-87fe-49c1-b02c-c248e4e2caa0
Name : <FREE_TEXT>
URL : https://<hostname>/p/
Loginname : <USERNAME>
Password : <PASSWORD>
Type : <FREE_TEXT>
Connectortype : webdav
You have to set the Connectortype to "webdav". I reccomend to set the Type to "Connector". This makes it easier to find all connectors in your database with the "st" command which only searches in the type field.
If you have created this account you can then merge your database to this account:
mergewith 0266d735-87fe-49c1-b02c-c248e4e2caa0
To set this webdav account as the default webdav account to merge to, use:
setwebdavaccountuuid 0266d735-87fe-49c1-b02c-c248e4e2caa0
Now this account is the default webdav target and will be used when you execute:
merge2webdav
Use the showconfig command to view the default merge targets that are currently configured in your database.
showconfig