Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions docs/user/common-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ You want to synchronize the folder `/foo/A`, but your sync root is `/home/bar/Op
```bash
mv /foo/A /home/bar/OpenCloud/Personal/foo/A
```

## Files with "~$" in the name will not be synchronized

The OpenCloud Desktop Client does not synchronize files starting with `~$`, such as `~$document.docx`.
These files are temporary lock files created by Microsoft Office applications (Word, Excel, PowerPoint) while a document is open.

<img src={require("./img/common-issues/desktop-excluded.png").default} alt="Show the ~$ file is excluded from synchronizing" width="500"/>

They are not actual content files but serve as internal markers to prevent multiple users from editing the same document simultaneously.
Once the file is closed, the `~$` file is automatically removed by Office.

For more details, see Microsoft’s explanation:
[Description of how Word creates temporary files](https://support.microsoft.com/en-us/topic/description-of-how-word-creates-temporary-files-66b112fb-d2c0-8f40-a0be-70a367cc4c85)
Binary file added docs/user/img/common-issues/desktop-excluded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,16 @@ Sie möchten den Ordner `/foo/A` synchronisieren, aber Ihr Sync-Root ist `/home/
```bash
mv /foo/A /home/bar/OpenCloud/Personal/foo/A
```

## Dateien mit "~$" im Namen werden nicht synchronisiert

Der OpenCloud Desktop Client synchronisiert keine Dateien, die mit `~$` beginnen, wie z. B. `~$document.docx`.
Dabei handelt es sich um temporäre Sperrdateien, die von Microsoft Office-Anwendungen (Word, Excel, PowerPoint) erstellt werden, solange ein Dokument geöffnet ist.

<img src={require("./img/common-issues/desktop-excluded.png").default} alt="Anzeige, dass ~$ Dateien von der Synchronisierung ausgeschlossen sind" width="500"/>

Es sind keine eigentlichen Inhaltsdateien, sondern interne Marker, die verhindern sollen, dass mehrere Benutzer gleichzeitig dasselbe Dokument bearbeiten.
Sobald die Datei geschlossen wird, entfernt Office die `~$`-Datei automatisch.

Weitere Informationen finden Sie in der Erklärung von Microsoft:
[Beschreibung, wie Word temporäre Dateien erstellt](https://support.microsoft.com/de-de/topic/description-of-how-word-creates-temporary-files-66b112fb-d2c0-8f40-a0be-70a367cc4c85)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.