David Tonhofer, m-plify S.A.
2005-Dec-28 15:01 UTC
Illustration showing the rsync SRC and DEST args
Hello, I was somewhat confused by the rsync options, so I have decided to do a little illustration showing the possible SRC and DEST args. Feel free to use the diagram as you like. (This includes critizing): http://rei1.m-plify.net/Rsync_Usage.png The original is a MS Visio (closed format etc, no flames please!) http://rei1.m-plify.net/Rsync_Usage.vsd Best, -- David -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
On Wed, 28 Dec 2005, David Tonhofer <d.tonhofer@m-plify.com> wrote:> > I was somewhat confused by the rsync options, so I have > decided to do a little illustration showing the possible > SRC and DEST args. Feel free to use the diagram as you like. > (This includes critizing): > > http://rei1.m-plify.net/Rsync_Usage.png > > The original is a MS Visio (closed format etc, no flames please!) > > http://rei1.m-plify.net/Rsync_Usage.vsdThat''s an interesting visual representation. Nice work. Comments: 1. You cannot list files other than via a daemon module, so the 4x4 grid''s bottom row rightmost two squares should be empty. 2. In the source argument table, the "(but" in the third argument comment extends out of the table - wrap that to the next line? 3. In the 4x4 grid, the "files" in "list files" should be in bold. 4. "rsynched" is not the usual usage. :) Drop the "h"? If it''s OK with Wayne, I''d like to see the final version kept at rsync''s website (personal files/pages have a habit of disappearing from the web), so feel free to add a line at the bottom crediting yourself and giving contact info. John
On Thu, 29 Dec 2005, John Van Essen <vanes002@umn.edu> wrote:> > 1. You cannot list files other than via a daemon module, so the > 4x4 grid''s bottom row rightmost two squares should be empty.Oops. You cannot list a local directory is all. Remote non-daemon listings are allowed. So only the right-most box should be empty. John