mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-18 11:55:32 -04:00
The protect filter automatically added with --backup is not perishable
(see f41152d393), so remove the inaccurate
"p" from the man page. Noticed by Jacob Balazer:
http://lists.samba.org/archive/rsync/2008-November/022022.html
This commit is contained in:
committed by
Wayne Davison
parent
7d9e30d383
commit
6767ca617b
2
rsync.yo
2
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
|
||||
|
||||
Reference in New Issue
Block a user