Subject: Re: RSYNC
To: None <tech-userlevel@netbsd.org>
From: Klaus Heinz <k.heinz.aug.sechs@kh-22.de>
List: tech-userlevel
Date: 08/12/2006 12:05:06
Karlan Mitchell wrote:
> I am currently implementing a BSD rsync client (server soon), however
> I need to know what rsync options are most essential to you guys.  I know

Almost every time I use rsync I supply "-avHS" as options. Of course
option -a is only a shortcut for a whole lot of others. Not so often I
also use --delete.
Sometimes -n (--dry-run) and -x (--one-file-system) are handy.

ciao
     Klaus