gilesknap / gphotos-sync

Google Photos and Albums backup with Google Photos Library API
Apache License 2.0
1.97k stars 161 forks source link

Photos deleted from Google Photos are not deleted on local copy #427

Closed shlomki closed 1 year ago

shlomki commented 1 year ago

I've deleted an album and some photos, then ran a sync, but they weren't deleted from my local copy. Since this is supposed to be a sync, I expected that the local copy would be deleted as well. Is that normal behavior?

gilesknap commented 1 year ago

This is the default behaviour add --do-delete to remove local files that are no longer in the library. See --help for all the options.