From 2c5548d25e4e62819a4eb906b85d62f134782681 Mon Sep 17 00:00:00 2001 From: David Dykstra Date: Tue, 22 May 2001 14:33:38 +0000 Subject: [PATCH] Add --ignore-errors documentation. --- rsync.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rsync.yo b/rsync.yo index 4a819ecf..53de2f3b 100644 --- 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 -- 2.34.1