WebDAV Server for Centralized Backup and Sync Across Laptops #3851
-
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
I've decided to step back and try to run that in locally, 2 containers, exactly the same as was written in the readme of the project. Well it fails... However, when I search thru PRs regarding webdav I found this: #3534 TLDR:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi Ilia , for which provider are you trying to setup webdav e.g. NextCloud/Seafile etc. because I think the base URL will look different for each. I think 409 error means the library you are trying to access does not exist. Also the part where you are specifying the sync folder path refers to your library path not the actual json file so for instance if the library/folder name is SuperProd that should be what you specify in your basefolder path. By default SP will try to create it's own "folder" called super-productivity which if it does not exist on your webdav instance will give you the 409 error. Also if you are deploying a docker container you probably are using ngnix that you need to configure correctly for your webdav service. Hope I understood your question correctly :) |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi @IliaOzhmegov thanks for all your effort regarding this topic. I'm trying to set it up myself but so far failed. For me it is mandatory to have the data stored persistent. I have not looked into how/where the data is currently. My goal would be to have a user based approach. I have successfully setup hacdias/webdav:v5.7.3 with 3 users and normal webdav access works. Another questions would be: Does the sync also store the settings itself? webdav.yml
|
Beta Was this translation helpful? Give feedback.
My solution for my raspberry pi (with access from within local network)
File structure:
Note: files
ARCHIVE.json
andMAIN.json
were created in the result of synchronization. Foldersdata/ilia/super-productivity
were created manually.webdav.yaml:
docker-compose.yaml: