[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.27 and 1.28

version 1.27, 2021/10/22 16:42:28 version 1.28, 2021/10/29 08:00:59
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 127 
Line 129 
 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.27  
changed lines
  Added in v.1.28