stanlo
Search This Blog
Monday, February 08, 2016
Man in the middle remote copy files.
To copy files between 2 remote servers using man in the middle server using tar.
ssh server1 "cd /data;tar cf - ." | ssh server2 "cd /data;tar xvf -"
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)