[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 and 1.24.2.1

version 1.24, 2021/03/31 20:36:05 version 1.24.2.1, 2021/11/09 13:41: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-from Ns = Ns Ar file
   .Op Fl -include Ar pattern
   .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 58 
Line 65 
 .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 70 
Line 89 
 directories.  directories.
 Only applicable with  Only applicable with
 .Fl r .  .Fl r .
   .It Fl -exclude Ar pattern
   Exclude files matching
   .Em pattern .
   .It Fl -exclude-from Ns = Ns Ar file
   Load
   .Em patterns
   and
   .Em rules
   from
   .Em file .
   .It Fl -include Ar pattern
   Include files matching
   .Em pattern .
   .It Fl -include-from Ns = Ns Ar file
   Load
   .Em patterns
   and
   .Em rules
   from
   .Em file .
 .It Fl -devices  .It Fl -devices
 Also transfer device files.  Also transfer device files.
 .It Fl e Ar program , Fl -rsh Ns = Ns Ar program  .It Fl e Ar program , Fl -rsh Ns = Ns Ar program
Line 90 
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
Line 210 
Line 265 
 The destination  The destination
 .Ar directory  .Ar directory
 must be a directory and is created if not found.  must be a directory and is created if not found.
   .\" .Sh PATTERNS AND RULES
 .\" .Sh ENVIRONMENT  .\" .Sh ENVIRONMENT
 .\" .Sh FILES  .\" .Sh FILES
 .Sh EXIT STATUS  .Sh EXIT STATUS

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