I need to create an archive. But I also need to chop it into multiple files with a max size of 1GB per file. The format is not important (zip, rar, 7z) as long as I can compress on Linux and decompress on any other OS (Windows included). How can I do it with 7zip in a single pass?