I have a 1TB external hard drive of data that I have backed up from my main computer. To save space and give me the option of putting more data on this external HD, I'm considering compressing all of the data.

Windows 7 has the option of compressing a drive (right click on the drive -> Properties -> Compress drive to save space). Is it worth doing this type of compression vs. using something like 7zip to compress all of the contents of the disk? I don't plan on using the data any time soon, the drive is used solely as a back up for emergency situations.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.