Это можно сделать следующей командой:
ssh -c blowfish username@somehost.ru "tar -C /path/to/some/directory -cvf - ." | tar -xvf -
Обратно:
tar -cvf - . | ssh -c blowfish username@somehost.ru "tar -C /path/to/some/directory -xvf -"
Это можно сделать следующей командой:
Обратно:
No comments yet.
RSS feed for comments on this post.
Sorry, the comment form is closed at this time.
Powered by WordPress