Note: wilma admin has access to /home/* so root user must be trusted. If not trusted, then must use encryption on wilma for storage.<br><br><div class="gmail_quote">On Fri, Jan 13, 2012 at 11:51 AM, Jim Kinney <span dir="ltr">&lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br><br><div class="gmail_quote"><div class="im">On Fri, Jan 13, 2012 at 9:36 AM, Tim Watts <span dir="ltr">&lt;<a href="mailto:tim@cliftonfarm.org" target="_blank">tim@cliftonfarm.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Slick.  but then how would you backup stuff that has narrow access<br>
like /etc/ssl/private for example ?<br></blockquote></div><div><br>Easy. The system being backed up has root access. The receiver machine provides storage, not root access. so root on fred goes to fredbak on wilma (the backup machine). wilma has /home/fredbak/&lt;fred root tree as needed&gt; <br>

</div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div><div><br>
<br>
On Thu, 2012-01-12 at 23:13 -0500, Jim Kinney wrote:<br>
&gt; Create a backup user called &lt;machine&gt;bak for each machine and again on<br>
&gt; the backup machine so it has individual bak accounts. Use ssh keys and<br>
&gt; have each machine rsync to their own directory space. No more admin<br>
&gt; peeking on backups.<br>
&gt;<br>
&gt; On Jan 12, 2012 11:08 PM, &quot;Wolf Halton&quot; &lt;<a href="mailto:wolf.halton@gmail.com" target="_blank">wolf.halton@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;         On Tue, Dec 27, 2011 at 4:27 PM, Jim Kinney<br>
&gt;         &lt;<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>&gt; wrote:<br>
&gt;                 I stand happily  corrected!<br>
&gt;<br>
&gt;                 old habits die hard. My first foray into rsync<br>
&gt;                 required -e ssh and I guess I just glossed over<br>
&gt;                 reading that it now the default. I&#39;ve never used it on<br>
&gt;                 a network where ssh was NOT in use :-)<br>
&gt;<br>
&gt;<br>
&gt;                 On Tue, Dec 27, 2011 at 10:42 AM, Brian Mathis<br>
&gt;                 &lt;<a href="mailto:brian.mathis%2Bale@betteradmin.com" target="_blank">brian.mathis+ale@betteradmin.com</a>&gt; wrote:<br>
&gt;                         As of rsync 2.6 (1 Jan 2004)<br>
&gt;<br>
&gt;                          <a href="http://rsync.samba.org/ftp/rsync/src/rsync-2.6.0-NEWS" target="_blank">http://rsync.samba.org/ftp/rsync/src/rsync-2.6.0-NEWS</a><br>
&gt;<br>
&gt;                         The man page since then has said (under<br>
&gt;                         SETUP):<br>
&gt;                            For remote transfers, a modern rsync uses<br>
&gt;                         ssh for its communications [1]<br>
&gt;                         and the -e section says:<br>
&gt;                            Typically, rsync is configured to use ssh<br>
&gt;                         by default<br>
&gt;<br>
&gt;                         -e can come in handy if you want to pass other<br>
&gt;                         options to ssh, such as<br>
&gt;                         changing the port or encryption cipher.<br>
&gt;<br>
&gt;<br>
&gt;                         [1]<br>
&gt;                         <a href="http://sunsite.ualberta.ca/Documentation/Misc/rsync-2.6.6/rsync.1.html#lbAF" target="_blank">http://sunsite.ualberta.ca/Documentation/Misc/rsync-2.6.6/rsync.1.html#lbAF</a><br>
&gt;<br>
&gt;                         ❧ Brian Mathis<br>
&gt;<br>
&gt;<br>
&gt;                         On Tue, Dec 27, 2011 at 10:15 AM, Jim Kinney<br>
&gt;                         &lt;<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>&gt; wrote:<br>
&gt;                         &gt; Hmm. Someone needs to update the rsync man<br>
&gt;                         pages to reflect -e default is<br>
&gt;                         &gt; ssh<br>
&gt;                         &gt;<br>
&gt;                         &gt; On Dec 27, 2011 10:12 AM, &quot;Brian Mathis&quot;<br>
&gt;                         &lt;<a href="mailto:brian.mathis%2Bale@betteradmin.com" target="_blank">brian.mathis+ale@betteradmin.com</a>&gt;<br>
&gt;                         &gt; wrote:<br>
&gt;                         &gt;&gt; There&#39;s no need for the -e stuff for a long<br>
&gt;                         time now.  Rsync uses ssh<br>
&gt;                         &gt;&gt; by default on all modern versions.  You get<br>
&gt;                         the same effect using the<br>
&gt;                         &gt;&gt; simpler form of:<br>
&gt;                         &gt;&gt;<br>
&gt;                         &gt;&gt;    rsync -P file.to.transfer<br>
&gt;                         username@remote.host:/path/store/file/<br>
&gt;                         &gt;&gt;<br>
&gt;                         &gt;&gt; ❧ Brian Mathis<br>
&gt;                         &gt;&gt;<br>
&gt;                         &gt;&gt; On Mon, Dec 26, 2011 at 11:44 PM, James<br>
&gt;                         Sumners &lt;<a href="mailto:james.sumners@gmail.com" target="_blank">james.sumners@gmail.com</a>&gt;<br>
&gt;                         &gt;&gt; wrote:<br>
&gt;                         &gt;&gt; &gt; XMPP is really not the right tool for<br>
&gt;                         this. Rsync is what you want:<br>
&gt;                         &gt;&gt; &gt;<br>
&gt;                         &gt;&gt; &gt; $ rsync -P -e &quot;ssh -l username&quot;<br>
&gt;                         file.to.transfer<br>
&gt;                         &gt;&gt; &gt; remote.host:/path/store/file/<br>
&gt;                         &gt;&gt; &gt;<br>
&gt;                         &gt;&gt; &gt; Where &quot;username&quot; is the SSH user you will<br>
&gt;                         be using to transfer the file.<br>
&gt;                         &gt;&gt; &gt;<br>
&gt;                         &gt;&gt; &gt; On Monday, December 26, 2011, Wolf Halton<br>
&gt;                         &lt;<a href="mailto:wolf.halton@gmail.com" target="_blank">wolf.halton@gmail.com</a>&gt; wrote:<br>
&gt;                         &gt;&gt; &gt;&gt; What would be wrong with using xmpp as a<br>
&gt;                         transfer protocol for moving<br>
&gt;                         &gt;&gt; &gt;&gt; backups of tarred files? I have used scp<br>
&gt;                         for this purpose, but if the<br>
&gt;                         &gt;&gt; &gt;&gt; tunnel<br>
&gt;                         &gt;&gt; &gt;&gt; is broken, the file is corrupted. From<br>
&gt;                         what I have been reading, if a<br>
&gt;                         &gt;&gt; &gt;&gt; session drops in xmpp, it picks up where<br>
&gt;                         it was dropped and continues.<br>
&gt;                         &gt;&gt; &gt;&gt; I am<br>
&gt;                         &gt;&gt; &gt;&gt; working inside a c-class private subnet.<br>
&gt;                         &gt;&gt; &gt;&gt;<br>
&gt;                         &gt;&gt; &gt;&gt; <a href="http://sourcefreedom.com" target="_blank">http://sourcefreedom.com</a><br>
&gt;<br>
&gt;                         _______________________________________________<br>
&gt;                         Ale mailing list<br>
&gt;                         <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;                         <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;                         See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;                         <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;                 --<br>
&gt;                 --<br>
&gt;                 James P. Kinney III<br>
&gt;<br>
&gt;                 As long as the general population is passive,<br>
&gt;                 apathetic, diverted to consumerism or hatred of the<br>
&gt;                 vulnerable, then the powerful can do as they please,<br>
&gt;                 and those who survive will be left to contemplate the<br>
&gt;                 outcome.<br>
&gt;                 - 2011 Noam Chomsky<br>
&gt;<br>
&gt;                 <a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br>
&gt;<br>
&gt;         Thanks for this string.  It has helped me speed up my custom<br>
&gt;         back-up thing.  I am using &quot;rsync -av here there&quot; and it is<br>
&gt;         doing great.  I am using moosefs to mount storage on each<br>
&gt;         client and rsyncing from my collection point to the remote<br>
&gt;         server storage.  This is far easier to sort out though it is<br>
&gt;         somewhat insecure, since each root user from each of the<br>
&gt;         machines can look at all of the tar-kives.<br>
&gt;<br>
&gt;         Wolf<br>
&gt;<br>
&gt;         --<br>
&gt;         This Apt Has Super Cow Powers - <a href="http://sourcefreedom.com" target="_blank">http://sourcefreedom.com</a><br>
&gt;         Advancing Libraries Together - <a href="http://LYRASIS.org" target="_blank">http://LYRASIS.org</a><br>
&gt;<br>
&gt;<br>
&gt;         _______________________________________________<br>
&gt;         Ale mailing list<br>
&gt;         <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt;         <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt;         See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt;         <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
</div></div><br>_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br></blockquote></div></div></div><div class="HOEnZb"><div class="h5"><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br><br>As long as the general population is passive, apathetic, diverted to 
consumerism or hatred of the vulnerable, then the powerful can do as 
they please, and those who survive will be left to contemplate the 
outcome.<br>- <i><i><i><i>2011 Noam Chomsky<br><br><a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br></i></i></i></i><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br><br>As long as the general population is passive, apathetic, diverted to 
consumerism or hatred of the vulnerable, then the powerful can do as 
they please, and those who survive will be left to contemplate the 
outcome.<br>- <i><i><i><i>2011 Noam Chomsky<br><br><a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br></i></i></i></i><br>