Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added known limitation for sync #1645

Merged
merged 4 commits into from
Aug 15, 2019
Merged
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 modules/admin_manual/pages/faq/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,16 @@ See xref:configuration/user/reset_admin_password.adoc[the reset admin password d

A Federated System is another ownCloud or https://oc.owncloud.com/opencloudmesh.html[OpenCloudMesh]
supporting cloud service.

== Platform-wide known limitations, excluded files

There are known file names that can not be synced with ownCloud, these are:

* Folders and files with a trailing space.
* .htaccess.
* `*.part` files.
* File names that exceed 253 characters.
* https://github.com/owncloud/client/blob/master/sync*exclude.lst[client/sync*exclude list].
* Desktop.ini in the root directory.
* UNIX/Linux hidden files (files whose names have a leading dot, e.g., `.12345.pdf`).
Users must activate "_sync hidden files_" to sync them.