How do I do that? Is it possible to tell 7zip that it should save the first part(s) to the first hdd, and then continue with other part(s) on the second? Without giving errors that it ran out of space on the first one?
How do I do that? Is it possible to tell 7zip that it should save the first part(s) to the first hdd, and then continue with other part(s) on the second? Without giving errors that it ran out of space on the first one?
You could use
tar
to do that, and it’s built into Windows nowadays (if you aren’t on a unix-like system (mac, linux, etc.)).Here is a website with more information: https://www.thewebhelp.com/linux/creating-multivolume-tar-files/ Or something like this would also work, but it requires the
split
command which I don’t think is available on Windows: https://superuser.com/a/290990