Kozea / Radicale

A simple CalDAV (calendar) and CardDAV (contact) server.
https://radicale.org
GNU General Public License v3.0
3.36k stars 437 forks source link

Restoring data (Setting rights to Write only) #1278

Open markuswells opened 1 year ago

markuswells commented 1 year ago

I have deleted all my contacts and calendar events from the servers file system (was trying to get a backup setup). So I am now trying to get the server to run and only allow my client devices to upload.

I have changed the "rights" file to:

collection = ^{user}/.*$
permissions = Ww

but it still removed the contacts from my device. How can I setup the server to so I can restore the data onto the server from the device. (I had been using the server fine for a while, so the devices had been syncing until today)

Thanks Markus

pbiering commented 1 year ago

Have you stopped "radicale" and deleted content of .Radicale.cache and started again? If not, please give a try.

markuswells commented 1 year ago

I have stopped radicale and I had already deleted everything in the collections folders

pbiering commented 6 months ago

can this be replicated with latest version?