How does the Windows 7 compression property weigh in against other compression methods?

Solution 1:

I would definitely use NTFS's built-in compression (which is what you're seeing in Windows 7) over a file-level compressor utility like 7zip. Doing so will be much easier to work with because the compression / decompression occurs seamlessly on read / write, and you don't have to worry about corrupt archives or using third-party utilities to browse the contents.

As far as how NTFS's compression stacks up against other filesystem compression methods I am unsure. If you want to stick with vanilla Windows 7 without installing other filesystems I'd say NTFS is going to be your most painless bet.

Solution 2:

If the files you're backing up are small (<50MB) and numerous, then compacting them into an archive with 'quickest' compression will improve disk speed. I've done this before for both reading and writing large media projects, benchmarking showed a 20-100% speed increase, but only for very light or nil compression.

What I'd do:

  1. Compress the drive unless you need to use it cross platform (don't rely on compatibility or standards for backups ever).
  2. Compress as a solid archive with the 'quickest' option selected (I use winrar, so your options may differ. For a speed improvement you need the lightest compression available)
  3. Put an unarchived version of the archiving software onto the disk. Make sure it's the same version you're using. You'll be happy you did this if you ever need the backup.

Solution 3:

Compression level will depend on the type of file you want to backup but results will always be lower than an external compression utility (from lower to much, much lower).

Make a comparison on a few of your typical files. Right-click on any folder or file and check "Compressed". You can then right-click on a file, go to properties and it will tell you the compression achieved in %. Compare the results with 7zip and make your decision.

If you go the 7zip route, I suggest that you backup individual folders as archive files, and avoid zipping the whole drive in one big file.