Do we want to turn on an option to automatically create zip'd bagit formatted subdirectories?
For example:
/archive_directory/
project1
logo
readme
project2
logo
readme
doc
project3
images
1.jpg
2.jpg
swiftbulkupload prepare --bagit /archive_directory/
swiftbulkupload upload bagit_container
And have bagit_container have:
project1.bagit.zip
project2.bagit.zip
project3.bagit.zip
Or should that be done with another utility? Might be out of scope.
Do we want to turn on an option to automatically create zip'd bagit formatted subdirectories?
For example:
And have bagit_container have:
Or should that be done with another utility? Might be out of scope.