Re: Compressing folders/sub-folders with TAR : how to ?

From: Ian Stirling (root_at_mauve.demon.co.uk)
Date: 01/26/05

  • Next message: Chuck Dillon: "Re: Compressing folders/sub-folders with TAR : how to ?"
    Date: 26 Jan 2005 17:59:11 GMT
    
    

    Bill Marcum <bmarcum@iglou.com.urgent> wrote:
    > On 26 Jan 2005 06:57:56 -0800, A Web Master
    > <forum_posting@hotmail.com> wrote:
    >> What's the syntax to compress all folders and sub-folders found with TAR ?
    >
    > tar czf file.tar.gz .
    > if you use GNU tar

    Or even tar --use-compress-program wc cvf . file.tar.wc
    for much better compression.
    (decompression needs work)


  • Next message: Chuck Dillon: "Re: Compressing folders/sub-folders with TAR : how to ?"

    Relevant Pages

    • Re: cvs commit: src/usr.bin/tar Makefile bsdtar.1 bsdtar.c bsdtar.h bsdtar_platform.h matching.c rea
      ... Are there some benchmarking results available? ... > the internal architecture is pretty clean (minimal data copying; ... What if you do compression as a worker thread? ... -t output in the same long format as GNU tar -- it appears to have link ...
      (freebsd-current)
    • Re: two tar issues: man page and --totals behaviour
      ... It's a heavily modified version of Gnu tar, ... > Even if the device-internal HW compression may change what actually ... > better indicator of tape usage and space left on a tape. ... I don't think bsdtar has such a flag, ...
      (freebsd-questions)
    • Re: Star tape size for multi tape backups question
      ... >at least until six months ago, GNU tar refused to read back ... and DDS3 tapes when using gtar on Solaris OE. ... application received EOF, ... handles both SW and HW compression, but I have never really bothered to ...
      (comp.unix.solaris)
    • Re: Archiving
      ... The need for specialised tools to extract them again, for one, ... This is more finnicky for compression tools, ... uncompressed tape archives stand a somewhat better chance of recovery ... I wonder if gnu tar could be fiddled with to add an option to ...
      (comp.unix.questions)