Backing up whole disk

2006-08-28 Thread T
Hi I tried to backup my whole partition with tar: tar -cvzf /mnt/.../cache11.tgz . but when testing the archive result with tar -tzf /mnt/.../cache11.tgz It ends with the following error, without explaining what's wrong: gzip: stdin: unexpected end of file tar: Unexpected EOF in archive

Re: Backing up whole disk

2006-08-28 Thread Sergio Cuéllar Valdés
On 8/28/06, T [EMAIL PROTECTED] wrote: Hi I tried to backup my whole partition with tar: tar -cvzf /mnt/.../cache11.tgz . but when testing the archive result with tar -tzf /mnt/.../cache11.tgz It ends with the following error, without explaining what's wrong: gzip: stdin: unexpected end

Re: Backing up whole disk

2006-08-28 Thread hendrik
On Mon, Aug 28, 2006 at 04:48:50PM +0200, T wrote: Hi I tried to backup my whole partition with tar: tar -cvzf /mnt/.../cache11.tgz . but when testing the archive result with tar -tzf /mnt/.../cache11.tgz It ends with the following error, without explaining what's wrong:

Re: Backing up whole disk

2006-08-28 Thread T
On Mon, 28 Aug 2006 16:35:17 -0500, Sergio Cuéllar Valdés wrote: On 8/28/06, T [EMAIL PROTECTED] wrote: Hi I tried to backup my whole partition with tar: tar -cvzf /mnt/.../cache11.tgz . but when testing the archive result with tar -tzf /mnt/.../cache11.tgz It ends with the