From 786c36876b9f0853063856974762e24fcc9e5cb5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 3 May 2002 22:58:01 +0000 Subject: [PATCH] Mentioned that --delete-after and --delete-excluded imply --delete. --- rsync.yo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rsync.yo b/rsync.yo index e17ca044..017fb26e 100644 --- a/rsync.yo +++ b/rsync.yo @@ -485,11 +485,12 @@ 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 delete any files on the receiving side that are excluded (see --exclude). +Implies --delete. dit(bf(--delete-after)) By default rsync does file deletions before 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. +then use the --delete-after switch. Implies --delete. dit(bf(--ignore-errors)) Tells --delete to go ahead and delete files even when there are IO errors. -- 2.34.1