[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.25.2.1 and 1.26

version 1.25.2.1, 2021/11/09 13:40:41 version 1.26, 2021/10/22 11:10:34
Line 31 
Line 31 
 .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 70 
Line 68 
 destination machine.  destination machine.
 If file in  If file in
 .Ar directory  .Ar directory
 is found and identical to the sender's file, the file will not be transferred.  is found and identical to the senders file the file will not be transferred.
 Multiple  Multiple
 .Fl -compare-dest  .Fl -compare-dest
 directories may be provided.  directories may be provided.
Line 129 
Line 127 
 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.25.2.1  
changed lines
  Added in v.1.26