Google Photos Automated process

What is the problem you are having with rclone?

I want to takeout all my photos from Google Photos and empty it.I have started Rclone copy command for this purpose.
i have all the necessary flags for this method and i have my own Client id.
the only problem i am facing is rclone keeps on going after Rate limit.
i want Rclone to do the Copy job for 30 minutes,abort the copy command,restart the process so that manual intervention would be less.what will be the possible commands for this method?

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.0-beta.6434.35349657c

Which cloud storage system are you using? (eg Google Drive)

Google Photos

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy Photos:media/by-year/2018 d:/media/by-yaer/2018 --progress --checkers 1 --transfers 10 --tpslimit 5

The rclone config contents with secrets removed.

[Photos]
type = google photos
client_id = ***
client_secret = ***
token = ***

A log from the command with the -vv flag

not yet produced

Are you trying to move your current Google Photos to another Google Photos?

If you are just trying to download all your google photos locally, why not just use google takeout? How to download your Google data - Google Account Help

Google Takeout is very slow and lengthy process. With Rclone its very easy to get those photos and periodically check for backup.

Google takeout does this, so are you trying to create a backup of all your photos and delete that google account or are you looking for a continuous backup?

yes, I am looking for continuous backup.

Okay, so what isn't working? I don't see any logs

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.