This shows you the differences between the selected revision and the current version of the page.
| wiki:tar 23.06.2008 13:04 | wiki:tar 08.05.2009 14:18 current | ||
|---|---|---|---|
| Line 16: | Line 16: | ||
| $ tar -xvf archive.tar | $ tar -xvf archive.tar | ||
| </code> | </code> | ||
| + | |||
| Line 23: | Line 24: | ||
| <code bash> | <code bash> | ||
| - | $ tar vcf - . --one-file-system | ( cd /target/dir ; tar xpvf - ) | + | $ tar cf - . --one-file-system | ( cd /target/dir ; tar xpvf - ) |
| </code> | </code> | ||