|
I performed a similar test, tarring and then untarring a directory that contained some PNGs and a couple hidden files. They were extracted successfully. I then created a hidden directory with files in it.
Perhaps as a check, see if the .kde directory exists in your new homepage. 'ls -lad .kde/'
If not, try extracting just the .kde directory:
tar xvf homebu-04.20.205.tar myhomedir/.kde
Note that you need to include the full path for the .kde directory. Since you tarred the entire myhomedir directory, that is where the filename starts.
Also use the 't' command to list the contents of the tarred file. You might want to redirect the output to a file or the less command. Are the hidden files and directories in the listing?
For comparison, my version of tar is:
tar (GNU tar) 1.14
Last edited by jschiwal; 04-03-2005 at 07:25 PM.
|