ADD: added icloudpd install and download photos script

This commit is contained in:
henry
2025-05-02 18:24:30 +02:00
parent 9a2e50b438
commit 291c2a0113
2 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#! /bin/bash
echo "Download Photos"
icloudpd --directory /data/Pictures --username henry-winkel@web.de --password Z6x3h5xy569 --watch-with-interval 3600 --log-level info --mfa-provider webui
echo "Download complete"