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)
commit3cb6f5d6cbe2b1fead0453ffb31488c2ffc2def2
tree5f5b60eeb1dc165bb54107012923c478ec0e6788
parent366bd9056c192760b6389cdb00fc1eaafb166d1d
added a --force option.

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.
main.c
rsync.c