Flickr-Archiver-Ruby icon indicating copy to clipboard operation
Flickr-Archiver-Ruby copied to clipboard

sync logic can lose images

Open donpdonp opened this issue 6 years ago • 0 comments

right now the sync logic will happily mark a photo as backed up when the filesystem save fails. if someone were to run sync to completion and delete their flickr account, they would find no images!

I ran into this when config.yml didnt have the trailing slash for the image folder. 1) validate the destination folder right at the start of the sync process. 2) abort sync on file save fail.

donpdonp avatar Nov 01 '18 18:11 donpdonp