[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.5 and 1.6

version 1.5, 2019/02/16 17:07:21 version 1.6, 2019/02/16 17:43:06
Line 43 
Line 43 
 but not both.  but not both.
 The arguments are as follows:  The arguments are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Fl a , Fl -archive
   Archive mode.
   Shorthand for
   .Fl D ,
   .Fl g ,
   .Fl l ,
   .Fl o ,
   .Fl p ,
   .Fl r ,
   and
   .Fl t .
   .It Fl D
   Transfer device and special files.
   Shorthand for
   .Fl -devices
   and
   .Fl specials .
   .It Fl -devices
   Transfer device files.
 .It Fl g  .It Fl g
 Set group identifier to match the source.  Set group identifier to match the source.
 Groups are matched by name: group  Groups are matched by name: group
Line 79 
Line 98 
 If  If
 .Ar source  .Ar source
 is a file, this has no effect.  is a file, this has no effect.
   .It Fl -specials
   Transfer fifo and unix domain socket files.
 .It Fl t  .It Fl t
 Set destination file and directory modification time to match the source  Set destination file and directory modification time to match the source
 when it is updated or created.  when it is updated or created.

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6