If I use the following:
I get a multi-piece archive in the current working dir. Is it possible to, instead, send the output (the 25mb pieces) to a different machine during the archival process rather than via a different method after the fact?
Code:
rar a -m0 -v25m archive.rar dir1 dir2 dir3 file1 file2 file3 etc.
Comment