tar cf - filesORdir | ssh HOSTorIP "(cd /where/to/copy; tar xf -)"
or, to view the files as they are copied:
tar cfv - filesORdir | ssh HOSTorIP "(cd /where/to/copy; tar xf -)"
replace filesORdir, HOSTorIP, and /where/to/copy as needed
| < Prev | Next > |
|---|
or, to view the files as they are copied:
replace filesORdir, HOSTorIP, and /where/to/copy as needed
| < Prev | Next > |
|---|
|
|
|||