Copying partition contents with tar

Posted: 2005-09-03

Note to self - here's the tar command you keep having to lookup

cd /path/to/source
tar lcvf - .|(cd /path/to/dest; tar xpvf - )