Right now storelet supports only ZIP files, using storelet.ZipBackup. Perhaps add others:
tar file (inc optional gz/bz2 compression)?
- a simple directory of stuff (this might not be sensible?)
Perhaps also provide some way of forcing storelet's "working" area? Right now, everything is put together inside /tmp, but if that is too small it could be bad
Right now storelet supports only ZIP files, using
storelet.ZipBackup. Perhaps add others:tarfile (inc optionalgz/bz2compression)?Perhaps also provide some way of forcing storelet's "working" area? Right now, everything is put together inside
/tmp, but if that is too small it could be bad