Add --ignore-errors documentation.
authorDavid Dykstra <dwd@samba.org>
Tue, 22 May 2001 14:33:38 +0000 (14:33 +0000)
committerDavid Dykstra <dwd@samba.org>
Tue, 22 May 2001 14:33:38 +0000 (14:33 +0000)
rsync.yo

index 4a819ecf45355bfa8f8372572400f5d1db766f06..53de2f3be4ef6ab84239d9604a85a4b0dde0e5d9 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -459,7 +459,7 @@ If the sending side detects any IO errors then the deletion of any
 files at the destination will be automatically disabled. This is to
 prevent temporary filesystem failures (such as NFS errors) on the
 sending side causing a massive deletion of files on the
-destination. 
+destination.  You can override this with the --ignore-errors option.
 
 dit(bf(--delete-excluded)) In addition to deleting the files on the
 receiving side that are not on the sending side, this tells rsync to also
@@ -470,6 +470,9 @@ transferring files to try to ensure that there is sufficient space on
 the receiving filesystem. If you want to delete after transferring
 then use the --delete-after switch.
 
+dit(bf(--ignore-errors)) Tells --delete to go ahead and delete files
+even when there are IO errors.
+
 dit(bf(--force)) 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