mandarons / icloud-drive-docker

Dockerized iCloud Client - make a local copy of your iCloud documents and photos, and keep it automatically up-to-date.
BSD 3-Clause "New" or "Revised" License
985 stars 47 forks source link

Synchronize the content of a folder #96

Closed draco1544 closed 1 year ago

draco1544 commented 1 year ago

Hi !

How I can synchronize my iCloud Drive folder "Document/Test" into the container folder "icloud" without the container folder look like "icloud/Document/Test". I juste want the content of "Document/Test" in the "icloud" folder of the container. How I can do that in the config file ?

mandarons commented 1 year ago

Currently, there is no way to do that. The app will preserve folder structure, same as server. This is required to compare if the file has changed locally, with server and decide of redownload is required or not.