Naposledy aktivní 1705433114

Copy to remote with SSH & tar

Jarno Rankinen revidoval tento gist 1675106232. Přejít na revizi

1 file changed, 0 insertions, 0 deletions

README.md přejmenováno na tar-over-ssh.md

Soubor přejmenován beze změn

Jarno Rankinen revidoval tento gist 1655443434. Přejít na revizi

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 revidoval tento gist 1655443404. Přejít na revizi

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 revidoval tento gist 1655443364. Přejít na revizi

1 file changed, 2 insertions

README.md(vytvořil soubor)

@@ -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
Novější Starší