View Single Post

   
  #1 (permalink)  
Old 02-16-2008, 07:22 AM
sealinux@gmail.com
 
Posts: n/a
Default N00b tar question

How can I tar up my entire home directory, including the dot folders?

I've used

tar -czpf home.tar.gz /home/joe

And it gets all the dot folders in all of the subdirectories, but the
ones in the root of /home/joe.

What gives?

Reply With Quote