X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/fc7952e7f3e3e3a6ee001bb44c25a43b9f6f0055..f0359dd00d60d72c4b3dec85de8e490692f6015c:/rsync.yo diff --git a/rsync.yo b/rsync.yo index 15f888a3..7991f4c3 100644 --- a/rsync.yo +++ b/rsync.yo @@ -248,6 +248,7 @@ verb( --delete delete files that don't exist on the sending side --delete-excluded also delete excluded files on the receiving side --delete-after delete after transferring, not before + --ignore-errors delete even if there are IO errors --max-delete=NUM don't delete more than NUM files --partial keep partially transferred files --force force deletion of directories even if not empty @@ -699,7 +700,7 @@ itemize( The +/- rules are most useful in exclude lists, allowing you to have a single exclude list that contains both include and exclude options. -Here are some examples: +Here are some exclude/include examples: itemize( it() --exclude "*.o" would exclude all filenames matching *.o