Description
Version using, f8ae83d
command:
python2.7 tumblr-utils/tumblr_backup.py --incremental --save-video-tumblr --no-ssl-verify --save-audio --json BLOGNAME
Output: 50 posts backed up
I am backing up to a folder with existing post json media archive and index files.
Without --incremental it grabs posts no problem but it will probably want to grab all the posts, which I don't want. I do want archive and index.html generated files but cancelling a mass-run doesn't do that.
My last successful --incremental backup was end of September using 08cbe44 with my own API key
I use --incremental to avoid overwriting existing older posts and media, and avoid going too far back. If I don't use that will it just stop once it finds existing files?
I could use count this time to update, but I'm sure it'll still only incremental grab 50 posts in the future.
I have my own API key and I'm using the latest git for this project. Also tried cebtenzzre@e5537c0 and same 50 post output.
Don't know what to do here thanks!