[BACK]Return to fargs.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/fargs.c between version 1.24 and 1.25

version 1.24, 2023/04/28 10:24:38 version 1.25, 2023/11/23 11:59:53
Line 140 
Line 140 
   
         /* extra options for the receiver (local is sender) */          /* extra options for the receiver (local is sender) */
         if (f->mode == FARGS_SENDER) {          if (f->mode == FARGS_SENDER) {
                   if (sess->opts->ignore_dir_times)
                           addargs(&args, "-O");
                 if (sess->opts->size_only)                  if (sess->opts->size_only)
                         addargs(&args, "--size-only");                          addargs(&args, "--size-only");
   

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