mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-19 19:10:54 +00:00
Fix name of temporary files
This commit is contained in:
parent
86e10f15cd
commit
322a0f9797
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ In theory, it should be safe to delete the folder. Caches will be recreated
|
|||
automatically and clients will be told that their sync-token isn't valid
|
||||
anymore.
|
||||
|
||||
You may encounter files or folders that start with `.Radicale.tmp.`.
|
||||
You may encounter files or folders that start with `.Radicale.tmp-`.
|
||||
Radicale uses them for atomic creation and deletion of files and folders.
|
||||
They should be deleted after requests are finished but it's possible that
|
||||
they are left behind when Radicale or the computer crashes.
|
||||
|
|
|
@ -13,7 +13,7 @@ file `.gitignore` with the following content:
|
|||
```
|
||||
.Radicale.cache
|
||||
.Radicale.lock
|
||||
.Radicale.tmp.*
|
||||
.Radicale.tmp-*
|
||||
```
|
||||
|
||||
The configuration option `hook` in the `storage` section must be set to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue