<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1255"
 http-equiv="Content-Type">
</head>
<body dir="ltr" bgcolor="#ffffff" text="#000000">
Yuval Hager wrote:
<blockquote cite="mid:200904231543.17570.yuval@avramzon.net" type="cite">
  <pre wrap="">On Thursday 23 April 2009, Dotan Cohen wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">How do you use the password in an automated backup then?
      </pre>
    </blockquote>
    <pre wrap="">Actually, I do not automate it. This is the command that I use to make
the tarball:
$ tar -zcvf - /home/user/ | openssl des3 -salt -k PASSWORD | dd
of=DATE.tbz

And this one to decrypt it:
$ dd if=DATE.tbz | openssl des3 -d -k PASSWORD | tar zvxf -
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, I was looking for a more streamlined solution. Something that is:
1) automatic
2) offsite (e.g. online)
3) bandwidth and space efficient (due to (2) above)
4) (opt.) encrypted
5) incremental

I currently use rdiff-backup, but it does not abide to (3) above. I started 
looking into duplicity (from the same author), and then thought about 
description, hence the original post.
  </pre>
</blockquote>
<a class="moz-txt-link-freetext" href="http://rsyncrypto.lingnu.com">http://rsyncrypto.lingnu.com</a> + rsync<br>
<br>
Provides 1-5.<br>
<br>
Shachar<br>
<br>
<pre class="moz-signature" cols="72">-- 
Shachar Shemesh
Lingnu Open Source Consulting Ltd.
<a class="moz-txt-link-freetext" href="http://www.lingnu.com">http://www.lingnu.com</a>
</pre>
</body>
</html>