Announcement

Collapse
No announcement yet.

Send rar output to remote server?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Send rar output to remote server?

    If I use the following:

    Code:
    rar a -m0 -v25m archive.rar dir1 dir2 dir3 file1 file2 file3 etc.
    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?

    #2
    Yes, many ways. IMO, either set up a shared folder and mount it, then rar to/from it or set up ssh between the two computers and use scp or rsync.

    Please Read Me

    Comment

    Working...
    X