<span>try a service that allows ssh and private, non-internet</span> accessible, folders <br><br>/usr/bin/rsync -az --password-file=/path/to/password/file --delete user@ip:/path/to/remote/folder/ /path/to/local/folder/<br>
<br>&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --password-file<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This option allows you to provide&nbsp; a&nbsp; password&nbsp; in&nbsp; a&nbsp; file&nbsp; for<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; accessing&nbsp; a&nbsp; remote rsync daemon. Note that this option is only<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; useful when accessing an rsync daemon using the built in&nbsp; transâ<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; port,&nbsp; not&nbsp; when using a remote shell as the transport. The file<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; must not be world readable. It should contain just the&nbsp; password<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; as a single line.&quot;<br><br>password:user<br>
<br><br>--<br>
Philip Dorr<br><br><div class="gmail_quote">On Fri, Mar 28, 2008 at 3:59 PM, Arthur Pemberton &lt;<a href="mailto:pemboa@gmail.com">pemboa@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Are you guys aware of any trusted remote solution, something I can<br>
setup a throttled rsync to with cron, that allows high end-to-end high<br>
encryption. I guess the only sensible place to do encryption at would<br>
be on my end. I&#39;ve ready stories of people loosing their domain names<br>
due to having done business with Cuba (even people outside the USA)<br>
and my country of origin does business regularly in Cuba, so I&#39;m also<br>
concerned about that aspect... although i guess that makes the<br>
criteria too tough.<br>
<br>
I&#39;d settle for encryption and reliability.<br>
<br>
I&#39;m guessing i can use fuse-encfs and just rsync it&#39;s dir<br>
<font color="#888888"><br>
<br>
--<br>
Fedora 7 : sipping some of that moonshine<br>
( <a href="http://www.pembo13.com" target="_blank">www.pembo13.com</a> )<br>
_______________________________________________<br>
Kclug mailing list<br>
<a href="mailto:Kclug@kclug.org">Kclug@kclug.org</a><br>
<a href="http://kclug.org/mailman/listinfo/kclug" target="_blank">http://kclug.org/mailman/listinfo/kclug</a><br>
</font></blockquote></div><br>