> tar c /path/to/old/ | tar xvp /path/to/new

Whoops... That should be

tar c -C /path/to/old/ . | tar xvp -C /path/to/new/

Sorry,
andrea

Reply via email to