Re: Getting *everything* in a tar-file
From: Grant Edwards (grante_at_visi.com)
Date: 03/08/04
- Next message: Davide Bianchi: "Re: PPC *nix"
- Previous message: Måns Rullgård: "Re: PPC *nix"
- In reply to: egon.rath_at_gespag.at: "Re: Getting *everything* in a tar-file"
- Next in thread: Ultra: "Re: Getting *everything* in a tar-file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 08 Mar 2004 14:59:46 GMT
On 2004-03-08, egon.rath@gespag.at <egon.rath@gespag.at> wrote:
> In comp.os.linux.misc Baard Ove Kopperud <baard.kopperud@bigfoot.com> wrote:
>> [blabla...]
>
> To compress the entire filesystem starting from root:
> tar -cf myfile.tar /
That command just archives -- it doesn't compress anything. If
you wan to do compression, then you add the 'z' or 'j' flags to
enable gzip or bzip2 compression, respectively.
--
Grant Edwards grante Yow! I want the presidency
at so bad I can already taste
visi.com the hors d'oeuvres.
- Next message: Davide Bianchi: "Re: PPC *nix"
- Previous message: Måns Rullgård: "Re: PPC *nix"
- In reply to: egon.rath_at_gespag.at: "Re: Getting *everything* in a tar-file"
- Next in thread: Ultra: "Re: Getting *everything* in a tar-file"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|