summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt McCutchen <matt@mattmccutchen.net>2008-11-02 20:46:08 -0500
committerWayne Davison <wayned@samba.org>2008-11-02 20:53:01 -0800
commit6767ca617b8cf87feda0298db410473923889abf (patch)
tree12e144b0742b54f3d22776b558fec7d0de000a9d
parent7d9e30d38336e15ef0101b8e924c19d8efe9934a (diff)
downloadrsync-6767ca617b8cf87feda0298db410473923889abf.tar.gz
The protect filter automatically added with --backup is not perishable
(see f41152d39396f0672a97268739c333537579404a), so remove the inaccurate "p" from the man page. Noticed by Jacob Balazer: http://lists.samba.org/archive/rsync/2008-November/022022.html
-rw-r--r--rsync.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsync.yo b/rsync.yo
index 0cf99da5..fe6db19d 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -671,7 +671,7 @@ Note that if you don't specify bf(--backup-dir), (1) the
bf(--omit-dir-times) option will be implied, and (2) if bf(--delete) is
also in effect (without bf(--delete-excluded)), rsync will add a "protect"
filter-rule for the backup suffix to the end of all your existing excludes
-(e.g. bf(-f "Pp *~")). This will prevent previously backed-up files from being
+(e.g. bf(-f "P *~")). This will prevent previously backed-up files from being
deleted. Note that if you are supplying your own filter rules, you may
need to manually insert your own exclude/protect rule somewhere higher up
in the list so that it has a high enough priority to be effective (e.g., if