Ultima attività 1705433114

Copy to remote with SSH & tar

Revisione 225b5b822d405fc237009a4c64bbf07614116c0f

tar-over-ssh.md Raw

tar -hc src/ | ssh target.machine 'tar -xC /path/to/remote'

  • will create /path/to/remote/src/ on the target machine with symlinks replaced by their targers