Jason - 2021-05-26

Hi,

Is it possible that compressing to 7z format will be able to support non-seekable destination (e.g. remote directory, stdout)? I want to compress some big files and upload them to cloud but don't have much disk space left.

If it's not possible to avoid seeking entirely, is it possible to avoid it partially? For example, create two volumes headed to two destinations where seek is required only on the second (hopefully smaller) volume?

Thanks!