Does rclone[1] interface with iCloud Photos ? It works just fine with google photos[2] ... Without installing rclone and without using any of your own bandwidth, you should be able to: ssh user@rsync.net rclone icloud:/blah gphotos:/blah Or maybe you just want to keep a copy in your rsync.net account: ssh user@rsync.net rclone icloud:/blah /your/dir/tree [1] https://rclone.org [2] https://rclone.org/googlephotos/
iCloud photos aren’t just jpegs in a directory
In fact, most of them are not files in a directory - that's what makes most of the rclone use-cases so impressive. If they can interact with gdrive/photos/S3/etc. they should be able to interact with iCloud Photos ...