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

how to download entire iCloud Drive? #89

Closed flyingwasabi closed 1 year ago

flyingwasabi commented 1 year ago

instead of setting some specific folders and file extensions, is it possible to just download the entire iCloud Drive?

thanks,

Mrc527 commented 1 year ago

Sure, I do exactly that using this configuration: drive: destination: "drive" remove_obsolete: true sync_interval: 3600

flyingwasabi commented 1 year ago

Sure, I do exactly that using this configuration: drive: destination: "drive" remove_obsolete: true sync_interval: 3600

thanks a lot!