Closed davedavemckay closed 1 month ago
Scanning the filesystem and creating lists of files and folders to (zip and) upload takes a while and is necessarily serial.
On continuation runs it would be useful to read these from files.
Use json to serialise/deserialise dict objects.
json
dict
Currently in CLI options list, but tagged "NOT YET IMPLEMENTED"
Scanning the filesystem and creating lists of files and folders to (zip and) upload takes a while and is necessarily serial.
On continuation runs it would be useful to read these from files.
Use
json
to serialise/deserialisedict
objects.