[Ilugc] about tar

  • From: suraj@xxxxxxxxxxx (Suraj)
  • Date: Tue, 6 Apr 2004 00:02:52 -0700

Gopalarathnam V. wrote on Tue, Apr 06, 2004 at 11:15:01AM +0530: 
,----
| For  example, to  copy all  files (and  directories) from  /usr/src to
| /usr/local/src, you would do:

| (cd /usr/src && tar -cf - .) | (cd /usr/local/src && tar -xvpf -)
`----

Another thing I love doing is to move a directory and stuff underneath
it onto a remote machine:

tar -czf - . | ssh remote.host '(cd /path/to/destination/ && tar -xzf -)'

useful tip in my mind

cheers,

  -Suraj

-- 
,-----------------[http://www.symonds.net/~suraj/]---o
| World War I broke out on August 4, 1914, after Archduke Franz Ferdinand, heir
| to the Austro-Hungarian throne, was assassinated by a Serbian on June 28, 1914
| .
`------------------------------[suraj@xxxxxxxxxxx]---o

Other related posts: