Using Radcale with SeedVault backup on Android (LineageOS) #1759
Replies: 3 comments 3 replies
-
|
Radicale is a CalDAV and CardDAV server and not a WebDAV storage - no clue whether this finally would work at all - at least it is not tested, good luck. The error message above is caused by improper configuration in 'rights' file, looks like it need pattern extension - one can enable related debugging to find out why not matching. |
Beta Was this translation helpful? Give feedback.
-
|
For some reason, Radicale is not matching the collection name with its default rules if it starts with a dot, which SeedVault includes in their WebDAV collection name. Working around that, I was getting a crash (but perhaps on an older version). In any case, see the following issue for more details: #1774 |
Beta Was this translation helpful? Give feedback.
-
|
The next thing I'll try is to get WebDAV working directly with Nginx. Another option is trying lighttpd. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
SeedVault is the default backup on LineageOS 22.1, and supports WebDAV mount via DAVx5. However I get the error, below.
I'm using
owner_onlyrights which is successful for sync'ing my calendar and address book. Authentication via nginx htpasswd.I verified I can run a
MKCOLfrom the command line as per the examples. I'm new to DAV, this is prompted only by the need to talk to my Android device and so I'm unclear what is different about what SeedVault is doing. I tried manually creating a.SeedVaultAndroidBackupdirectory but with no difference.Would appreciate some insight, thanks.
Beta Was this translation helpful? Give feedback.
All reactions