From d48c8065600389843f4586cf82a171f15ea86d20 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 15 Jan 2004 17:45:53 +0000 Subject: [PATCH] Clarified the --delete-after descriptions. --- rsync.yo | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rsync.yo b/rsync.yo index 52a2e049..6710d9d2 100644 --- a/rsync.yo +++ b/rsync.yo @@ -311,7 +311,7 @@ verb( --ignore-existing ignore files that already exist on receiver --delete delete files that don't exist on sender --delete-excluded also delete excluded files on receiver - --delete-after delete after transferring, not before + --delete-after receiver deletes after transfer, 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 @@ -580,10 +580,10 @@ 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. Implies --delete. +dit(bf(--delete-after)) By default rsync does file deletions on the +receiving side before transferring files to try to ensure that there is +sufficient space on the receiving filesystem. If you want to delete +after transferring, 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