Announcement Announcement Module
Collapse
No announcement yet.
Compressing files using DropStuff Page Title Module
Move Remove Collapse
Conversation Detail Module
Collapse
  • Filter
  • Time
  • Show
Clear All
new posts

  • Compressing files using DropStuff

    #1
    I'm about to compress about 100GB of files to be go onto DVD as back ups. My instructions were to use DropStuff to compress.

    My options are:
    Stuffit X
    Stuffit
    Zip
    Tar

    Which is best?

  • #2
    Either of the Stuffit options should be good.

    Dropstuff was just an easy way to access Stuffit (an icon you drop files on and it ran stuffit on them). Since you're supposed to be using dropstuff, make sure you're producing a .sit file - stuffit can happily produce other stuff as well.

    Comment


    • #3
      If your using OS X, you should be using Stuffit v 10+. I've had earlier versions damage my OS X files.
      You're probably already done though.

      Comment


      • #4
        Honestly, I'd zip the files. That seems to have become more of a cross-platform standard, for those not running the full version of Stuffit. I rarely use Stuffit anymore, I just use the Mac OS X zip format.

        Then again, as doubting thomas stated, you're probably already done.

        Comment


        • #5
          Not done at all!

          I left about a quarter of it stuffing overnight. When I left it said it had about 400 hours worth of stuffing to do, but I really hope that's incorrect because I don't have 400 hours of computer free time. Hopefully what I've stuffed will be done overnight...

          I really should do a test to see which format makes it the smallest. Then at least I will save time on burning DVDs.

          Comment


          • #6
            Stuffit will usually produce a smaller file than Zip, though it will take much longer to compress.

            Tar isn't a compression format at all - it's an archive format. That is, it takes a bunch of files and makes them into one file. It's usually combined with zip compression then, to make a .tgz - that is tar, gzipped file (where gzip is a common open source zip program).

            Rar, bzip and Ace are also compression formats that get better compression ratios (albeit again slower) than zip. I don't remember seeing any rar or ace programs for Macs, though - but I'd guess there must be some. Bzip is another open source one, so you can certainly get it for Macs.

            That's about all the general purpose compression software in common use at the moment, though there are plenty of more obscure ones.

            Comment


            • #7
              there is a rar program unrarx but there others just google mac rar

              100g buda phew

              i would look for a image compression instead

              Comment


              • #8
                Different size file, find you, with different type of files, when you compress. Best compress, this terminal app called. Will find your smallest file size it will. Unwise is he who uses it on 100GB.


                #!/bin/sh

                # bestcompress - given a file, try compressing it with all the available
                # compression tools and keep the compressed file that's smallest, reporting
                # the result to the user. If '-a' isn't specified, it skips compressed
                # files in the input stream.

                Z="compress"
                gz="gzip"
                bz="bzip2"
                Zout="/tmp/bestcompress.$$.Z"
                gzout="/tmp/bestcompress.$$.gz"
                bzout="/tmp/bestcompress.$$.bz"
                skipcompressed=1

                if [ "$1" = "-a" ] ; then
                skipcompressed=0 ; shift
                fi

                if [ $# -eq 0 ]; then
                echo "Usage: $0 [-a] file or files to optimally compress" >&2; exit 1
                fi

                trap "/bin/rm -f $Zout $gzout $bzout" EXIT

                for name
                do
                if [ ! -f "$name" ] ; then
                echo "$0: file $name not found. Skipped." >&2
                continue
                fi

                if [ "$(echo $name | egrep '(\.Z$|\.gz$|\.bz2$)')" != "" ] ; then
                if [ $skipcompressed -eq 1 ] ; then
                echo "Skipped file ${name}: it's already compressed."
                continue
                else
                echo "Warning: Trying to double-compress $name"
                fi
                fi

                $Z < "$name" > $Zout &
                $gz < "$name" > $gzout &
                $bz < "$name" > $bzout &

                wait # run compressions in parallel for speed. Wait until all are done

                smallest="$(ls -l "$name" $Zout $gzout $bzout | \
                awk '{print $5"="NR}' | sort -n | cut -d= -f2 | head -1)"

                case "$smallest" in
                1 ) echo "No space savings by compressing $name. Left as-is."
                ;;
                2 ) echo Best compression is with compress. File renamed ${name}.Z
                mv $Zout "${name}.Z" ; rm -f "$name"
                ;;
                3 ) echo Best compression is with gzip. File renamed ${name}.gz
                mv $gzout "${name}.gz" ; rm -f "$name"
                ;;
                4 ) echo Best compression is with bzip2. File renamed ${name}.bz2
                mv $bzout "${name}.bz2" ; rm -f "$name"
                esac

                done

                exit 0

                Comment


                • #9
                  whoa. yoda does unix. why does that not surprise me?

                  Comment


                  • #10
                    Originally posted by mojoprime
                    whoa. yoda does unix. why does that not surprise me?
                    Ha!

                    Comment


                    • #11
                      Bash scripting is a bit like using the force, only you've got no Jedi mind trick to use on chicks.

                      Comment

                      Google search Google search Module
                      Collapse
                      Latest Topics Latest Topics Module
                      Collapse
                      • Michah99's Avatar
                        Commented to Sketching
                        Awesome-I need to learn Blender and can't wait, but I find sketching the basis of all art. I started sketching daily, but man, ugh after years of being absent from the creative field-in fact the exact...
                      • PrintDriver's Avatar
                        Commented to Whiskers
                        Crotch whiskers? LOL.
                        Not sure about style but they are just normal wear patterns you want to laser on the jeans (cool process btw).
                        As for doing them in Photoshop...my question to you is...
                      • Sketcher's Avatar
                        Commented to New old bc
                        I just don't understand your reasoning for everything, especially on this latest card. Why the random shapes bleeding off the edge? Why is there so much space between your name and the "web, print,...
                      • PrintDriver's Avatar
                        Commented to Gerber Software
                        Which Gerber software?
                        Next question, why not import from Adobe to Gerber. We use signwares often. For output. Rarely for design (though some things are far easier to do in sgnwares over Illustrator...)
                      • PrintDriver's Avatar
                        I do not believe there is Blur to Halftone button in Illustrator.
                        Any time I want to do a vector halftone (with dots), I use Rasterbator (bad name, good program)
                        But maybe what you are wanting...
                      • kemingMatters's Avatar
                        Commented to exhibition poster
                        I'm not going to bother saying what's already been said, I agree with it. I would suggest showcasing one area of interest per poster.

                        Assuming it's to be displayed in hallways and/or within...
                      • PanToshi's Avatar
                        Commented to Typographic Art
                        It's done by "hand". No plug-ins. No scripts. The designer uses their design skills to create ... um ... designs. Take a look at the video and links on this 2012 thread. All hand done from the...
                      • seamas's Avatar
                        Commented to exhibition poster
                        Yeah, the hierarchy is an issue. The "ITD" and how it is rendered is more feint than the items surrounding it. The illustrations are nice, but unfortunately, not really important. I would not...
                      All Creative World Network All Creative World Network Module
                      Collapse
                       
                      home | site map | advertising/sponsorships | about us | careers | contact us | help courses | browse jobs | freelancers | events | forums | content | member benefits | reprints & permissions about | terms of use | privacy policy | Copyright © 2013 Mediabistro Inc. Mediabistro Inc. call (212) 389-2000 or email us
                      Working...
                      X