SUMMARY: How to tar a remote directory structure

From: Dean Waters (dwaters@RedBrick.COM)
Date: Wed Apr 30 1997 - 16:55:55 CDT


Question: How to tar a remote directory structure

I know I have did this before but can't figure out the syntax. I need all of
/xxx from one machine to another over the ethernet. /xxx is part of a
filessystem, ie not a complete partition. It will be going on a new
partition on the other machine.

Answer:

>
>
>
>cd fromdir; tar cBf - . | rsh remote "(cd todir; tar xBf -)"
>
>
>--
>---
>Mike Rembis 714.513.2060 Mike.Rembis@wwwcasinos.com
>Witty saying ... "Any nitwit can operate a computer. Many do."
>
>



This archive was generated by hypermail 2.1.2 : Fri Sep 28 2001 - 23:11:51 CDT