added a --force option.
authorAndrew Tridgell <tridge@samba.org>
Wed, 25 Mar 1998 06:05:47 +0000 (06:05 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 25 Mar 1998 06:05:47 +0000 (06:05 +0000)
This options tells rsync to delete directories even if they are not
empty. This applies to both the --delete option and to cases where
rsync tries to copy a normal file but the destination contains a
directory of the same name. Normally rsync will refuse to do a
recursive directory deletion in such cases, by using --force the
recursive deletion will be done.


No differences found