[BACK]Return to rsync.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/rsync.1 between version 1.24.2.1 and 1.25

version 1.24.2.1, 2021/11/09 13:41:24 version 1.25, 2021/08/30 20:25:24
Line 25 
Line 25 
 .Op Fl aDglnoprtvx  .Op Fl aDglnoprtvx
 .Op Fl e Ar program  .Op Fl e Ar program
 .Op Fl -address Ns = Ns Ar sourceaddr  .Op Fl -address Ns = Ns Ar sourceaddr
 .Op Fl -compare-dest Ns = Ns Ar directory  
 .Op Fl -del  .Op Fl -del
 .Op Fl -exclude Ar pattern  .Op Fl -exclude Ar pattern
 .Op Fl -exclude-from Ns = Ns Ar file  .Op Fl -exclude-from Ns = Ns Ar file
 .Op Fl -include Ar pattern  .Op Fl -include Ar pattern
 .Op Fl -include-from Ns = Ns Ar file  .Op Fl -include-from Ns = Ns Ar file
 .Op Fl -max-size Ns = Ns size  
 .Op Fl -min-size Ns = Ns size  
 .Op Fl -no-motd  .Op Fl -no-motd
 .Op Fl -numeric-ids  .Op Fl -numeric-ids
 .Op Fl -port Ns = Ns Ar service  .Op Fl -port Ns = Ns Ar service
Line 65 
Line 62 
 .Ar sourceaddr  .Ar sourceaddr
 as the source address for connections, which is useful on machines with  as the source address for connections, which is useful on machines with
 multiple interfaces.  multiple interfaces.
 .It Fl -compare-dest Ns = Ns Ar directory  
 Use directory as an alternate base directory to compare files against on the  
 destination machine.  
 If file in  
 .Ar directory  
 is found and identical to the sender's file, the file will not be transferred.  
 Multiple  
 .Fl -compare-dest  
 directories may be provided.  
 If  
 .Ar directory  
 is a relative path, it is relative to the destination directory.  
 .It Fl D  .It Fl D
 Also transfer device and special files.  Also transfer device and special files.
 Shorthand for  Shorthand for
Line 129 
Line 114 
 Also transfer symbolic links.  Also transfer symbolic links.
 The link is transferred as a standalone file: if the destination does  The link is transferred as a standalone file: if the destination does
 not exist, it will be broken.  not exist, it will be broken.
 .It Fl -max-size Ar size  
 Don't transfer any file that is larger than  
 .Ar size  
 bytes.  
 Alternatively  
 .Ar size  
 may instead use a multiplier, as documented in  
 .Xr scan_scaled 3 ,  
 to specify the size.  
 .It Fl -min-size Ar size  
 Don't transfer any file that is smaller than  
 .Ar size  
 bytes.  
 See  
 .Fl -max-size  
 on the definiton of size.  
 .It Fl n , -dry-run  .It Fl n , -dry-run
 Do not actually modify the destination.  Do not actually modify the destination.
 Mainly useful in combination with  Mainly useful in combination with

Legend:
Removed from v.1.24.2.1  
changed lines
  Added in v.1.25