Skip to content

Commit a6985bb

Browse files
committed
Add a statement in readme for not synced files on SD cards
1 parent 9a4df80 commit a6985bb

File tree

5 files changed

+24
-14
lines changed

5 files changed

+24
-14
lines changed

fastlane/metadata/android/de-DE/full_description.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ Alles, was oben nicht explizit erwähnt wurde, ist nicht synchronisiert. Genauer
1919
* Kontakte
2020
* Spielfortschritt
2121
* WLAN- oder Netzwerkparameter
22-
* Android-Einstellungen und Telefonanpassung
22+
* Android-Einstellungen und Telefonanpassung
23+
24+
Dateien auf der SD-Karte werden **NICHT** synchronisiert.

fastlane/metadata/android/en-US/full_description.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ Everything not explicitly stated above is not synchronized. More specifically:
1818
* Contacts
1919
* Games progress
2020
* Wifi or network parameters
21-
* Android settings and phone customization
21+
* Android settings and phone customization
22+
23+
Files on **SD Card** are **NOT** synced

fastlane/metadata/android/fr-FR/full_description.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ Tout ce qui n'est pas explicitement mentionné ci-dessus ne sera pas synchronis
1818
* Contacts
1919
* Sauvegardes de progression dans les jeux
2020
* Paramètres Wifi et réseau
21-
* Paramètres Android
21+
* Paramètres Android
22+
23+
Les fichiers sur **carte SD** **ne sont pas** synchronisés

fastlane/metadata/android/ru-RU/full_description.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
* Контакты
1919
* Сохранения игр
2020
* Настойки Wi-Fi и сети
21-
* Настройки Android и персонализация телефона
21+
* Настройки Android и персонализация телефона
22+
23+
Файлы на SD-карте НЕ синхронизируются.

readme.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ Everything not explicitly stated above is not synchronized. More specifically:
6262
* Wifi or network parameters
6363
* Android settings and phone customization
6464

65+
Files on **SD Card** are **NOT** synced (https://github.com/phpbg/easysync/issues/44)
66+
6567
### Can I choose what is synchronized
6668

6769
All files are synced unless you explicitly exclude folders.
@@ -115,16 +117,16 @@ You can add your own trusted certificate in android `Settings` > `Encryption and
115117

116118
It should work with any DAV compliant server.
117119

118-
| WebDAV Server | Preserves file creation timestamps | Notes |
119-
|----------------------------------------------------------------------------|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------|
120-
| [Nextcloud](https://nextcloud.com/files/) | ✅ Yes | |
121-
| [owncloud](https://owncloud.com/) | ✅ Yes | |
122-
| [SFTPGo](https://github.com/drakkan/sftpgo) | ✅ Yes | |
123-
| [Apache](https://httpd.apache.org/docs/current/fr/mod/mod_dav.html) | ❌ No | |
124-
| [Hacdias Webdav](https://github.com/hacdias/webdav) | ❌ No | |
125-
| [Lighttpd](https://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_webdav) | ❌ No | no etag support. |
126-
| [nginx](http://nginx.org/en/docs/http/ngx_http_dav_module.html) | ❌ No | no etag support. |
127-
| [Photoprism](https://docs.photoprism.app/user-guide/sync/webdav/) | ❓ Unknown | Photoprism reads photos creation timestamps from exif data, so it will display correct timestamps |
120+
| WebDAV Server | Preserves file creation timestamps | Notes |
121+
|----------------------------------------------------------------------------|------------------------------------|---------------------------------------------------------------------------------------------------|
122+
| [Nextcloud](https://nextcloud.com/files/) | ✅ Yes | |
123+
| [owncloud](https://owncloud.com/) | ✅ Yes | |
124+
| [SFTPGo](https://github.com/drakkan/sftpgo) | ✅ Yes | |
125+
| [Apache](https://httpd.apache.org/docs/current/fr/mod/mod_dav.html) | ❌ No | |
126+
| [Hacdias Webdav](https://github.com/hacdias/webdav) | ❌ No | |
127+
| [Lighttpd](https://redmine.lighttpd.net/projects/lighttpd/wiki/Mod_webdav) | ❌ No | no etag support. |
128+
| [nginx](http://nginx.org/en/docs/http/ngx_http_dav_module.html) | ❌ No | no etag support. |
129+
| [Photoprism](https://docs.photoprism.app/user-guide/sync/webdav/) | ❓ Unknown | Photoprism reads photos creation timestamps from exif data, so it will display correct timestamps |
128130

129131
## Supported WebDAV providers
130132

0 commit comments

Comments
 (0)