Copy files over SSH: Difference between revisions
Created page with "Category:General Linux tar cjf - /path/to/local/dir | ssh user@remote-host 'tar xjf - -C /path/to/remote/destination'" |
(No difference)
|
Revision as of 08:15, 28 July 2025
tar cjf - /path/to/local/dir | ssh user@remote-host 'tar xjf - -C /path/to/remote/destination'