# icloud-photos-downloader in:: [[icloud|iCloud]] ## Information web:: https://github.com/icloud-photos-downloader/icloud_photos_downloader/ version:: icloudpd-ex-1.23.0-windows-amd64.exe local:: file:///l:/al-apps/apps/tools/icloudpd ## Batch-Datei für Download ```cmd rem @echo off @rem quelle: @rem https://osxdaily.com/2022/08/02/how-download-icloud-photos-command-line-icloudpd/ @rem ------------------------------------------------------------------------------------- @rem tool: @rem https://github.com/icloud-photos-downloader/icloud_photos_downloader @rem ------------------------------------------------------------------------------------- @rem password wird abgefragt ... @rem zwei-faktor-authentifizierung laeuft per sms set local_dir=L:/z.cloud/icloudpd set [email protected] @echo Alle Fotos aus iCloud herunterladen @echo ----------------------------------------------------------- @echo Username in iCloud: %icloud_username% @echo Sicherung in Ordner: %local_dir% @echo ----------------------------------------------------------- timeout 10 @rem --folder-structure {:%Y\%Y-%m\%Y-%m-%d} icloudpd.exe icloudpd --directory %local_dir% --username %icloud_username% @rem icloudpd.exe --directory %local_dir% --username %icloud_username% pause ```