Repeated syncing to Google Photos without albums?

Hello,

I would like to daily sync my photos to Google Photos, but without creating albums.
The following command works as exepted :

rclone copy /path/to/images remote:upload

But the thing is it upload all photos, even if they already exist in Google Photos. Is there any way to first check if files already exist ?

I know it is possible with albums, but I don't want Rclone to create albums based on my folder structure.

Best regards

misteraph

Due to limitations in the google photos API it is really difficult to make syncing work anywhere except in albums. Only in albums can rclone list the existing files and remove ones as necessary to sync.

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