From fb41a3c66951502e6e9461d198943566799b9f62 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 30 Jun 2006 15:42:41 +0000 Subject: [PATCH] Changed --remove-sent-files into --remove-sender-files. --- rsync.yo | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/rsync.yo b/rsync.yo index 9bfd2b5f..2d0fb5d5 100644 --- a/rsync.yo +++ b/rsync.yo @@ -339,7 +339,7 @@ to the detailed description below for a complete description. verb( --rsync-path=PROGRAM specify the rsync to run on remote machine --existing skip creating new files on receiver --ignore-existing skip updating files that exist on receiver - --remove-sent-files sender removes successfully sent files + --remove-sender-files sender removes synchronized files (non-dir) --del an alias for --delete-during --delete delete extraneous files from dest dirs --delete-before receiver deletes before transfer (default) @@ -918,10 +918,9 @@ dit(bf(--ignore-existing)) This tells rsync to skip updating files that already exist on the destination (this does em(not) ignore existing directores, or nothing would get done). See also bf(--existing). -dit(bf(--remove-sent-files)) This tells rsync to remove from the sending -side the files and/or symlinks that are newly created or whose content is -updated on the receiving side. Directories and devices are not removed, -nor are files/symlinks whose attributes are merely changed. +dit(bf(--remove-sender-files)) This tells rsync to remove from the sending +side the files (meaning non-directories) that are a part of the transfer +and have been successfully duplicated on the receiving side. dit(bf(--delete)) This tells rsync to delete extraneous files from the receiving side (ones that aren't on the sending side), but only for the -- 2.34.1