Ultima attività 1705433114

Copy to remote with SSH & tar

Jarno Rankinen ha revisionato questo gist 1675106232. Vai alla revisione

1 file changed, 0 insertions, 0 deletions

README.md rinominato come tar-over-ssh.md

File rinominato senza modifiche

Jarno Rankinen ha revisionato questo gist 1655443434. Vai alla revisione

1 file changed, 1 insertion, 1 deletion

README.md

@@ -1,2 +1,2 @@
1 - `tar -hc src/ | ssh naspi 'tar -xC /path/to/remote'`
1 + `tar -hc src/ | ssh target.machine 'tar -xC /path/to/remote'`
2 2 - will create /path/to/remote/src/ on the target machine with symlinks replaced by their targers

Jarno Rankinen ha revisionato questo gist 1655443404. Vai alla revisione

1 file changed, 1 insertion, 1 deletion

README.md

@@ -1,2 +1,2 @@
1 1 `tar -hc src/ | ssh naspi 'tar -xC /path/to/remote'`
2 - - will create /path/to/remote/src/ with symlinks replaced by their targers
2 + - will create /path/to/remote/src/ on the target machine with symlinks replaced by their targers

Jarno Rankinen ha revisionato questo gist 1655443364. Vai alla revisione

1 file changed, 2 insertions

README.md(file creato)

@@ -0,0 +1,2 @@
1 + `tar -hc src/ | ssh naspi 'tar -xC /path/to/remote'`
2 + - will create /path/to/remote/src/ with symlinks replaced by their targers
Più nuovi Più vecchi