bwbeach / smugmug-to-b2

Command-line tool to back up smugmug photos to B2
MIT License
1 stars 0 forks source link

support for local save? #1

Open aroundmyroom opened 5 years ago

aroundmyroom commented 5 years ago

Just a quick question, how 'easy' would it to support local save from smugmug as well?

I want to migrate all my albums from smugmug, but rather than download manually one by one 300 albums .. I would first like to have all images again in their album folders on my local harddrive. *so move migrate away from the cloud

Thanks!

bwbeach commented 5 years ago

If you're comfortable coding in Python, it wouldn't be too hard to do.

The code is set up to list the files both in SmugMug and in B2, then copy files that are missing in B2. If you made a class that could walk a tree of local files and list them in order, the rest would be easy.