<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://ask-leo.com/should_i_compress_and_encrypt_my_backups.html" />
  <link rel="self" type="application/atom+xml" href="http://ask-leo.com/atom.xml" />
  <id>tag:ask-leo.com,2011://3/tag:ask-leo.com,2009://3.3953-</id>
  <updated>2011-11-22T22:47:58Z</updated>
  <title>Comments for Should I Compress and Encrypt my backups?</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>

  <entry>
    <id>tag:ask-leo.com,2009://3.3953-comment:41381</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3953" type="text/html" href="http://ask-leo.com/should_i_compress_and_encrypt_my_backups.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/should_i_compress_and_encrypt_my_backups.html#c41381" />
    <title>Comment from Pookey on 2009-12-22</title>
    <author>
      <name>Pookey</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>@Frank,</p>

<p>Lossy compression is used to compress image and video files, as much of the data is not needed at all. For example, if you have a video at 60 frames per second, then it can be compressed down to 24 frames per second as the human brain can't tell the difference between 60 and 24 fps. This is lossy compression as data is deleted.</p>

<p>The compression used on backups is lossless. It checks blocks of data and if it sees a recuring pattern it replaces it with a single instance of that pattern. For example, in a text document, the word "the" may appear 20 times. The backup program takes the word "the" and in place of the other 19 "the"s it will leave a symbol or reference for it so that 60 characters (3x20) can be compressed to 6 for example. When the document is uncompressed, it converts the symbol's into the word "the".</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/should_i_compress_and_encrypt_my_backups.html">Should I Compress and Encrypt my backups?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-12-22T23:29:24Z</published>
  </entry>

  <entry>
    <id>tag:ask-leo.com,2009://3.3953-comment:41380</id>
    <thr:in-reply-to ref="tag:ask-leo.com,2009://3.3953" type="text/html" href="http://ask-leo.com/should_i_compress_and_encrypt_my_backups.html"/>
    <link rel="alternate" type="text/html" href="http://ask-leo.com/should_i_compress_and_encrypt_my_backups.html#c41380" />
    <title>Comment from Frank Golden on 2009-12-22</title>
    <author>
      <name>Frank Golden</name>
      <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
      <![CDATA[<p>Hi Leo, are you saying that the compression scheme used by Windows is a lossy type of compression?<br />
That would mean data loss wouldn't it?<br />
I know MP3's and JPEG's are lossy compression schemes but I wouldn't think data would be compressed using any kind of a lossy method.<br />
I would instead expect data compression to be lossless.<br />
I use a Linux based program to create backup images of my OS installations and the program offers varying levels of compression.<br />
The medium setting reduces image size by more than a third while retaining all the data.<br />
If it didn't, restores would be impossible.<br />
<div class="leocomment">No, backup compression is not lossy - it's can't be and still preserve the integrity of the backup. The "level" of compression typically controls how much analysis is done, or how big a buffer to use, or other variables that can make the compression more effective typically at the cost of speed. But a backup's compression is NEVER lossy.<br />
<div class="leocommentsig"><img src="http://img.askleomedia.com/leo2t.png" alt="Leo" /><br /><span class="leocommentdate">23-Dec-2009</span></div></div> <br />
</p>]]>
      <p>A comment on: <a href="http://ask-leo.com/should_i_compress_and_encrypt_my_backups.html">Should I Compress and Encrypt my backups?</a></p>
      <p>
        <a href="http://ask-leo.com">Tech Questions?</a>
        <a href="http://ask-leo.com">Get Answers!</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> ... by Leo Notenboom<br/>
        <a href="http://newsletter.ask-leo.com">Leo's Answers Newsletter</a> -
        <a href="http://ask-leo.com">Ask Leo!</a> in your inbox every week.
      </p>
      <p style="font-size: smaller">All content <a href="http://ask-leo.com/terms.html#copyright">Copyright &copy; 2009</a>.</p>
    </content>
    <published>2009-12-22T22:54:39Z</published>
  </entry>

</feed>

