[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.6 and 1.7

version 1.6, 2019/02/16 17:43:06 version 1.7, 2019/02/16 17:51:46
Line 62 
Line 62 
 .Fl specials .  .Fl specials .
 .It Fl -devices  .It Fl -devices
 Transfer device files.  Transfer device files.
 .It Fl g  .It Fl g , Fl -group
 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
 .Qq kristaps  .Qq kristaps
Line 71 
Line 71 
 on the local machine with id 2000.  on the local machine with id 2000.
 If the sender's group is unknown on the local machine, it is used  If the sender's group is unknown on the local machine, it is used
 verbatim.  verbatim.
 .It Fl l  .It Fl l , Fl -links
 Transfer symbolic links.  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 n  .It Fl n , Fl -dry-run
 Dry-run mode.  Dry-run mode.
 Does not actually modify the destination.  Does not actually modify the destination.
 .It Fl o  .It Fl o , Fl -owner
 Set user identifier to match the source.  Set user identifier to match the source.
 This behaves like  This behaves like
 .Fl g  .Fl g
 and only works if run as root.  and only works if run as root.
 .It Fl p  .It Fl p , Fl -perms
 Set destination file or directory permissions to match the source when  Set destination file or directory permissions to match the source when
 it is updated.  it is updated.
 .It Fl r  .It Fl r , Fl -recursive
 If  If
 .Ar source  .Ar source
 designates a directory, synchronise the directory and the entire subtree  designates a directory, synchronise the directory and the entire subtree
Line 100 
Line 100 
 is a file, this has no effect.  is a file, this has no effect.
 .It Fl -specials  .It Fl -specials
 Transfer fifo and unix domain socket files.  Transfer fifo and unix domain socket files.
 .It Fl t  .It Fl t , Fl -times
 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.
 .It Fl v  .It Fl v , Fl -verbose
 Increase verbosity.  Increase verbosity.
 Specify once for files being transferred, twice for specific status,  Specify once for files being transferred, twice for specific status,
 thrice for per-file transfer information, and four times for per-file  thrice for per-file transfer information, and four times for per-file

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