<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>I saw this on the other list today and became intrigued. How does
      this transfer and encryption work?<br>
    </p>
    <div class="moz-forward-container"><br>
      <br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" cellspacing="0"
        cellpadding="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Subject:
            </th>
            <td>[Bug 4615] encryption with rsync: using ssh's
              algorithms?</td>
          </tr>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Date: </th>
            <td>Sun, 26 Jul 2020 01:19:57 +0000</td>
          </tr>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">From: </th>
            <td>just subscribed for rsync-qa from bugzilla via rsync
              <a class="moz-txt-link-rfc2396E" href="mailto:rsync@lists.samba.org"><rsync@lists.samba.org></a></td>
          </tr>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Reply-To:
            </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</a></td>
          </tr>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">To: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:rsync-qa@samba.org">rsync-qa@samba.org</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre><a class="moz-txt-link-freetext" href="https://bugzilla.samba.org/show_bug.cgi?id=4615">https://bugzilla.samba.org/show_bug.cgi?id=4615</a>

Wayne Davison <a class="moz-txt-link-rfc2396E" href="mailto:wayne@opencoder.net"><wayne@opencoder.net></a> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |WONTFIX
             Status|NEW                         |RESOLVED

--- Comment #3 from Wayne Davison <a class="moz-txt-link-rfc2396E" href="mailto:wayne@opencoder.net"><wayne@opencoder.net></a> ---
In addition to the rsyncrypto suggestion (which requires you to encrypt your
files before sending them) I added a feature to 3.2.1 which allows you to send
data to an daemon rsync's "early exec" script which would allow you to mount an
encrypted filesystem using information provided to the script from the client
computer (which would keep it off of the remote host).  If you also setup rsync
behind an ssl proxy, the secret to mount the encrypted filesystem during the
backup copy should be pretty safe.  However, you do have a potential window of
exposure during the time that the encrypted filesystem is mounted, so
rsyncrypto is the safer way to go. Beyond that, I don't think that I want rsync
to actually do the encrypting of the files.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: <a class="moz-txt-link-freetext" href="https://lists.samba.org/mailman/listinfo/rsync">https://lists.samba.org/mailman/listinfo/rsync</a>
Before posting, read: <a class="moz-txt-link-freetext" href="http://www.catb.org/~esr/faqs/smart-questions.html">http://www.catb.org/~esr/faqs/smart-questions.html</a>
</pre>
    </div>
  </body>
</html>