X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8b115ac8dc8ddf15a54096f01ae17848033801d1..b4713295919e1f0c91c0e6bca7552b69dcccd05b:/sender.c diff --git a/sender.c b/sender.c index a2d0a862..a59910e8 100644 --- a/sender.c +++ b/sender.c @@ -138,7 +138,8 @@ void send_files(struct file_list *flist, int f_out, int f_in) write_int(f_out, -1); if (verbose > 2) rprintf(FINFO, "send_files phase=%d\n", phase); - /* inplace resends run without a backup file */ + /* For inplace: redo phase turns off the backup + * flag so that we do a regular inplace send. */ make_backups = 0; continue; }