Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tar bug?
#4

Quote:i create a archive file using tar: 

tar -cvf <file></file>
You don't say *what* you're creating the file with - the contents. The command should read something like:

 

tar cvf homedirs.tar /home

I'm guessing you've created a tarfile containing the current directory, which contains the tarfile itself, which... etc.

 

An alternative thought: can you run tar tf FILENAME to look at the contents of the file?

Reply


Messages In This Thread
tar bug? - by Vincent L - 2008-09-09, 06:35 AM
tar bug? - by anyweb - 2008-09-09, 06:59 AM
tar bug? - by Vincent L - 2008-09-09, 07:12 AM
tar bug? - by Dungeon-Dave - 2008-09-24, 08:00 PM

Forum Jump:


Users browsing this thread: