rsync/rsync.git
16 years agoDocument the changed name of --no-i-r.
Wayne Davison [Tue, 18 Sep 2007 14:03:41 +0000 (14:03 +0000)]
Document the changed name of --no-i-r.

16 years agoMention the --protect-args (-s) option and how it interacts with
Wayne Davison [Tue, 18 Sep 2007 01:29:36 +0000 (01:29 +0000)]
Mention the --protect-args (-s) option and how it interacts with
--iconv and --files-from.

16 years agoRelocated the setting of ic_ndx.
Wayne Davison [Tue, 18 Sep 2007 01:14:33 +0000 (01:14 +0000)]
Relocated the setting of ic_ndx.

16 years ago- Added new iconvbufs() conversion function that is now used for
Wayne Davison [Tue, 18 Sep 2007 01:11:57 +0000 (01:11 +0000)]
- Added new iconvbufs() conversion function that is now used for
  our --iconv support.
- Moved the setup of the ic_ndx value to compat.c.

16 years ago- Improved -s support.
Wayne Davison [Tue, 18 Sep 2007 01:11:54 +0000 (01:11 +0000)]
- Improved -s support.
- Handle setup_iconv() call in parse_arguments() so it gets set early.

16 years ago- Make use of new iconvbufs() function.
Wayne Davison [Tue, 18 Sep 2007 01:11:49 +0000 (01:11 +0000)]
- Make use of new iconvbufs() function.
- Convert protected args when -s and --iconv are active.
- Simplified the splitting of args between normal and protected.
- Relocated setup_iconv() call so that it takes effect earlier.

16 years ago- Make use of new iconvbufs() function.
Wayne Davison [Tue, 18 Sep 2007 01:11:45 +0000 (01:11 +0000)]
- Make use of new iconvbufs() function.
- Convert remote --files-from filenames when -s and --iconv are
  active.

16 years agoMake use of new iconvbufs() function.
Wayne Davison [Tue, 18 Sep 2007 01:11:42 +0000 (01:11 +0000)]
Make use of new iconvbufs() function.

16 years ago- Setup the ic_ndx value here with the other FOO_ndx values.
Wayne Davison [Tue, 18 Sep 2007 01:11:35 +0000 (01:11 +0000)]
- Setup the ic_ndx value here with the other FOO_ndx values.
- Don't disable inc_recurse due to --no-implied-dirs.
- Set filesfrom_convert bool.

16 years ago- Added an xbuf type for use in the --iconv and --files-from code.
Wayne Davison [Tue, 18 Sep 2007 01:11:32 +0000 (01:11 +0000)]
- Added an xbuf type for use in the --iconv and --files-from code.
- Incremented the SUBPROTOCOL_VERSION.

16 years agoImproved -s and support cvs's -e30.8 version idiom.
Wayne Davison [Mon, 17 Sep 2007 06:02:09 +0000 (06:02 +0000)]
Improved -s and support cvs's -e30.8 version idiom.

16 years agoMake sure that the hashed hard-link numbers from different file
Wayne Davison [Mon, 17 Sep 2007 01:45:44 +0000 (01:45 +0000)]
Make sure that the hashed hard-link numbers from different file
lists can't overlap in inc_recurse mode.

16 years agoChanged print_child_argv() to take its prefix message as an arg.
Wayne Davison [Sun, 16 Sep 2007 21:41:42 +0000 (21:41 +0000)]
Changed print_child_argv() to take its prefix message as an arg.

16 years agoDisable -s by default.
Wayne Davison [Sun, 16 Sep 2007 02:42:55 +0000 (02:42 +0000)]
Disable -s by default.

16 years agoAdding knowledge of some new options.
Wayne Davison [Sat, 15 Sep 2007 21:10:35 +0000 (21:10 +0000)]
Adding knowledge of some new options.

16 years agoThat should have been -s.
Wayne Davison [Sat, 15 Sep 2007 21:10:18 +0000 (21:10 +0000)]
That should have been -s.

16 years agoForce knowledge the -p option, since it gets passed specially.
Wayne Davison [Sat, 15 Sep 2007 21:08:08 +0000 (21:08 +0000)]
Force knowledge the -p option, since it gets passed specially.

16 years ago- Fixed a bug in the passing of the --max-delete option.
Wayne Davison [Sat, 15 Sep 2007 20:54:31 +0000 (20:54 +0000)]
- Fixed a bug in the passing of the --max-delete option.
- Added --no-i-d as a shorter no-implied-dirs.
- Changing to --no-i-r instead of --no-ir.

16 years agoHandle inheritance of SGID bit on dirs marked with FLAG_DIR_CREATED.
Wayne Davison [Sat, 15 Sep 2007 19:58:15 +0000 (19:58 +0000)]
Handle inheritance of SGID bit on dirs marked with FLAG_DIR_CREATED.

16 years agoWe set FLAG_DIR_CREATED on a dot dir that got created by
Wayne Davison [Sat, 15 Sep 2007 19:58:12 +0000 (19:58 +0000)]
We set FLAG_DIR_CREATED on a dot dir that got created by
get_local_name() rather than using the (now removed)
new_root_dir global.

16 years ago- Fixed an inc_recurse problem with implied dirs not getting created
Wayne Davison [Sat, 15 Sep 2007 19:58:09 +0000 (19:58 +0000)]
- Fixed an inc_recurse problem with implied dirs not getting created
  with the right attributes and getting omitted from the output.
- Got rid of the directory touch-up pass in inc_recurse mode again.
  This requires us to create any missing directories early, but we
  still report on what happened in the normal course of the transfer
  sequence.
- Use the FLAG_DIR_CREATED flag instead of (the removed)
  new_root_dir global.

16 years agoChanged FLAG_DIR_CHANGED to FLAG_DIR_CREATED.
Wayne Davison [Sat, 15 Sep 2007 18:43:36 +0000 (18:43 +0000)]
Changed FLAG_DIR_CHANGED to FLAG_DIR_CREATED.

16 years ago- If two duplicate directories have identical outside-the-transfer
Wayne Davison [Sat, 15 Sep 2007 17:29:25 +0000 (17:29 +0000)]
- If two duplicate directories have identical outside-the-transfer
  paths, we only scan one of them in inc_recurse mode.
- When unduplicating directories in inc_recurse mode, dump the
  ealier directory if it is implied.

16 years agoReverting last change for a re-think.
Wayne Davison [Sat, 15 Sep 2007 17:00:41 +0000 (17:00 +0000)]
Reverting last change for a re-think.

16 years agoFixed a problem with duplicate dirs being unduplicated in the list:
Wayne Davison [Sat, 15 Sep 2007 16:32:38 +0000 (16:32 +0000)]
Fixed a problem with duplicate dirs being unduplicated in the list:
in inc_recurse mode, we must keep the last dir of the duplicates.

16 years agoAdded more local-network IPs to the "hosts allow" rsyncd config
Wayne Davison [Sat, 15 Sep 2007 15:50:59 +0000 (15:50 +0000)]
Added more local-network IPs to the "hosts allow" rsyncd config
so that the FreeBSD machine in the compile farm can test.

16 years ago- Parse hard-link info as soon as we get it in inc_recurse mode.
Wayne Davison [Sat, 15 Sep 2007 15:40:57 +0000 (15:40 +0000)]
- Parse hard-link info as soon as we get it in inc_recurse mode.
- Improve the chances of the generator finding a match for a
  hard-link file in inc_recurse mode.

16 years agoThe server should not wait around for an extra end-of-run message.
Wayne Davison [Sat, 15 Sep 2007 15:36:04 +0000 (15:36 +0000)]
The server should not wait around for an extra end-of-run message.

16 years agoPrevent a server from outputting an end-of-run message about its
Wayne Davison [Sat, 15 Sep 2007 15:30:45 +0000 (15:30 +0000)]
Prevent a server from outputting an end-of-run message about its
error-code that cannot be sent successfully.

16 years agoGot rid of duplicate error when push_pathname() fails.
Wayne Davison [Sat, 15 Sep 2007 15:27:56 +0000 (15:27 +0000)]
Got rid of duplicate error when push_pathname() fails.

16 years agoAdded an "ndx" arg to all the finish_hard_link() calls.
Wayne Davison [Mon, 10 Sep 2007 06:15:28 +0000 (06:15 +0000)]
Added an "ndx" arg to all the finish_hard_link() calls.

16 years ago- Simplified the flist-spanning gnum logic in match_gnums().
Wayne Davison [Mon, 10 Sep 2007 06:15:25 +0000 (06:15 +0000)]
- Simplified the flist-spanning gnum logic in match_gnums().
- Don't use hlink_flist in hard_link_check().
- Made the prev_name logic in hard_link_check() better.
- Added an "ndx" arg to the finish_hard_link() call.  Also, set the
  prev value of any prior entries to the first finished item (which
  ensures that any item that follows a re-shuffled item (which was
  waiting for a transferred file to finish) can find the FIRST+DONE
  item.

16 years agoAdded --no-protect-args and --no-s.
Wayne Davison [Sun, 9 Sep 2007 07:58:19 +0000 (07:58 +0000)]
Added --no-protect-args and --no-s.

16 years ago- Made glob_expand_one() public.
Wayne Davison [Sun, 9 Sep 2007 07:53:22 +0000 (07:53 +0000)]
- Made glob_expand_one() public.
- Tweaking the calling syntax for glob_expand().

16 years agoAdded the --protect-args (-s) option, and made parse_arguments()
Wayne Davison [Sun, 9 Sep 2007 07:53:18 +0000 (07:53 +0000)]
Added the --protect-args (-s) option, and made parse_arguments()
clear out an old popt context before starting a new one.

16 years ago- If the user specifies a source arg with a hostspec in it in a local-
Wayne Davison [Sun, 9 Sep 2007 07:53:15 +0000 (07:53 +0000)]
- If the user specifies a source arg with a hostspec in it in a local-
  source transer, complain and exit.  This can help to find option
  problems were an arg to an option turns into a local-source arg,
  and the real remote-source arg will now get rejected rather than
  attempting to find a file with a colon in its name.
- We now support the ability to specify more than one remote arg using
  the ":FILENAME" idiom for additional remote filenames.
- If the --protect-args (-s) option was specified, we send just the
  "--server -s" options to the remote rsync when it is starting, and
  then the real args are sent over the socket.

16 years ago- Renamed read_line() to be read_line_old().
Wayne Davison [Sun, 9 Sep 2007 07:53:12 +0000 (07:53 +0000)]
- Renamed read_line() to be read_line_old().
- Renamed read_filesfrom_line() to read_line() and added args to allow
  the caller to control how it works.
- Added a new function, read_args(), that reads args from a file
  descriptor (using read_line()) and expands any wildcards in them.
  This function has relocated daemon code (from clientserver.c) and
  is also used by the new --protect-args (-s) option.  The new code
  also got rid of an extra strdup() that wasn't needed.

16 years agoCall the renamed read_line() function (was read_filesfrom_line()).
Wayne Davison [Sun, 9 Sep 2007 07:53:08 +0000 (07:53 +0000)]
Call the renamed read_line() function (was read_filesfrom_line()).

16 years ago- Made start_socket_client() and start_inband_exchange() take a variable
Wayne Davison [Sun, 9 Sep 2007 07:53:05 +0000 (07:53 +0000)]
- Made start_socket_client() and start_inband_exchange() take a variable
  number of remote args.
- We now exchange a "VERSION.SUBVERSION" value in the initial @RSYNCD
  message.  This is backward compatible with pre-protocol 30 rsyncs,
  and fixes a problem where rsync daemons weren't checking if they were
  speaking a compatible pre-release protocol.
- Moved the protocol-handling code (which was in two places) into a new
  function:  exchange_protocols().
- Protocol 30 now sends/receives the daemon args using NULLs as a separator
  rather than a newline.
- Moved the arg-reading code into a new function in io.c:  read_args().

16 years agoCall the renamed read_line_old() function (was read_line()).
Wayne Davison [Sun, 9 Sep 2007 07:53:02 +0000 (07:53 +0000)]
Call the renamed read_line_old() function (was read_line()).

16 years agoUsed a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.
Wayne Davison [Sun, 9 Sep 2007 07:52:59 +0000 (07:52 +0000)]
Used a couple "#if SUBPROTOCOL_VERSION != 0" conditionals.

16 years agoTweaked the pretend-ssh script.
Wayne Davison [Sat, 8 Sep 2007 20:16:28 +0000 (20:16 +0000)]
Tweaked the pretend-ssh script.

16 years agoAdded a remote-shell substitute for use in testing and for certain
Wayne Davison [Sat, 8 Sep 2007 20:03:42 +0000 (20:03 +0000)]
Added a remote-shell substitute for use in testing and for certain
other esoteric needs.

16 years agoImproved the argv/argc variable names that are really pointers.
Wayne Davison [Sat, 8 Sep 2007 19:42:27 +0000 (19:42 +0000)]
Improved the argv/argc variable names that are really pointers.

16 years agoClarified something in the new --hard-links text.
Wayne Davison [Tue, 4 Sep 2007 20:10:52 +0000 (20:10 +0000)]
Clarified something in the new --hard-links text.

16 years agoFixed two flist->files[first_hlink_ndx] references.
Wayne Davison [Tue, 4 Sep 2007 07:13:01 +0000 (07:13 +0000)]
Fixed two flist->files[first_hlink_ndx] references.

16 years agoImproved a sentence.
Wayne Davison [Tue, 4 Sep 2007 06:58:19 +0000 (06:58 +0000)]
Improved a sentence.

16 years agoAdded a test combining -H with -c and a hard-linked file that has only
Wayne Davison [Tue, 4 Sep 2007 06:57:57 +0000 (06:57 +0000)]
Added a test combining -H with -c and a hard-linked file that has only
one instance inside the copy hierarchy.  (Used to fail with protocol 29
or --no-ir.)

16 years agoIf we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that any
Wayne Davison [Tue, 4 Sep 2007 06:53:47 +0000 (06:53 +0000)]
If we turn off FLAG_HLINKED, set FLAG_HLINK_DONE so that any
file-entry values affected by HLINK_BUMP() stay put.

16 years agoChanged HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE.
Wayne Davison [Tue, 4 Sep 2007 06:52:52 +0000 (06:52 +0000)]
Changed HLINK_BUMP() to look for either FLAG_HLINKED or FLAG_HLINK_DONE.

16 years agoDisabled the debug messages relating to the e_fds vars.
Wayne Davison [Mon, 3 Sep 2007 21:51:59 +0000 (21:51 +0000)]
Disabled the debug messages relating to the e_fds vars.

16 years ago- Got rid of caveat about -H not working with incremental recursion.
Wayne Davison [Mon, 3 Sep 2007 21:32:21 +0000 (21:32 +0000)]
- Got rid of caveat about -H not working with incremental recursion.
- Talk about how inc_recurse affects -H.
- Mention --no-inc-recursive and --no-ir options.

16 years agoImproved the handling of the file-status events received by
Wayne Davison [Mon, 3 Sep 2007 21:21:24 +0000 (21:21 +0000)]
Improved the handling of the file-status events received by
the generator.

16 years agoWe don't disable inc_recurse due to -H anymore.
Wayne Davison [Mon, 3 Sep 2007 21:21:21 +0000 (21:21 +0000)]
We don't disable inc_recurse due to -H anymore.

16 years agoChanges to allow hard-linking to work in inc_recurse mode.
Wayne Davison [Mon, 3 Sep 2007 21:21:17 +0000 (21:21 +0000)]
Changes to allow hard-linking to work in inc_recurse mode.

16 years ago- Changes to allow hard-linking to work in inc_recurse mode.
Wayne Davison [Mon, 3 Sep 2007 21:21:12 +0000 (21:21 +0000)]
- Changes to allow hard-linking to work in inc_recurse mode.
- Incremented SUBPROTOCOL_VERSION to 7.

16 years agoChanged some instances of \" in checkit calls to '.
Wayne Davison [Mon, 3 Sep 2007 20:43:58 +0000 (20:43 +0000)]
Changed some instances of \" in checkit calls to '.

16 years agoAdded weeding of "sending incremental file list" line to filter_outfile().
Wayne Davison [Mon, 3 Sep 2007 19:52:35 +0000 (19:52 +0000)]
Added weeding of "sending incremental file list" line to filter_outfile().

16 years agoAdded hashtable.o.
Wayne Davison [Mon, 3 Sep 2007 04:59:15 +0000 (04:59 +0000)]
Added hashtable.o.

16 years agoRemoved the old version of the hashtable functions and updated
Wayne Davison [Mon, 3 Sep 2007 04:59:12 +0000 (04:59 +0000)]
Removed the old version of the hashtable functions and updated
the code to use the structures and functions calls.

16 years ago- Use the new hashtable structures and functions.
Wayne Davison [Mon, 3 Sep 2007 04:59:09 +0000 (04:59 +0000)]
- Use the new hashtable structures and functions.
- Tweaked a {read,write}_varint30() call set that didn't need to be "30".

16 years agoUpdated hashtable structures.
Wayne Davison [Mon, 3 Sep 2007 04:59:05 +0000 (04:59 +0000)]
Updated hashtable structures.

16 years agoThe hashtable routines from hlink.c modified to have more generic names,
Wayne Davison [Mon, 3 Sep 2007 04:46:57 +0000 (04:46 +0000)]
The hashtable routines from hlink.c modified to have more generic names,
to support 2 sizes of key (32 and 64 bits), and to have a non-allocating
option for the find routine (returning NULL for no match).

16 years agoUse new0() function instead of new() followed by memset().
Wayne Davison [Mon, 3 Sep 2007 04:19:11 +0000 (04:19 +0000)]
Use new0() function instead of new() followed by memset().

16 years agoTweaked _new_array() to handle new use_calloc parameter.
Wayne Davison [Mon, 3 Sep 2007 04:19:02 +0000 (04:19 +0000)]
Tweaked _new_array() to handle new use_calloc parameter.

16 years agoAdded new0() and new_array0() to allocate and zero the memory.
Wayne Davison [Mon, 3 Sep 2007 04:18:58 +0000 (04:18 +0000)]
Added new0() and new_array0() to allocate and zero the memory.

16 years agoOne more tweak to latest omit-dir-times code.
Wayne Davison [Sun, 2 Sep 2007 06:25:26 +0000 (06:25 +0000)]
One more tweak to latest omit-dir-times code.

16 years agoAdded --no-omit-dir-times and --no-O.
Wayne Davison [Sun, 2 Sep 2007 06:20:42 +0000 (06:20 +0000)]
Added --no-omit-dir-times and --no-O.

16 years agoDon't include the checksum_seed in the full-file MD5 checksum.
Wayne Davison [Sun, 2 Sep 2007 06:00:30 +0000 (06:00 +0000)]
Don't include the checksum_seed in the full-file MD5 checksum.

16 years agoBump up the SUBPROTOCOL_VERSION number.
Wayne Davison [Sun, 2 Sep 2007 06:00:27 +0000 (06:00 +0000)]
Bump up the SUBPROTOCOL_VERSION number.

16 years agoMade omit_dir_times a static variable in options.c by encoding
Wayne Davison [Sat, 1 Sep 2007 16:57:01 +0000 (16:57 +0000)]
Made omit_dir_times a static variable in options.c by encoding
all the time-preserving semantics into preserve_times.

16 years agoDocument the new --append and --append-verify options.
Wayne Davison [Sat, 1 Sep 2007 16:38:09 +0000 (16:38 +0000)]
Document the new --append and --append-verify options.

16 years agoDowngrade the new --append option to --append-verify for protocols < 30.
Wayne Davison [Sat, 1 Sep 2007 16:38:04 +0000 (16:38 +0000)]
Downgrade the new --append option to --append-verify for protocols < 30.

16 years agoHandle the new --append and --append-verify options.
Wayne Davison [Sat, 1 Sep 2007 16:38:00 +0000 (16:38 +0000)]
Handle the new --append and --append-verify options.

16 years agoTweaked a comment.
Wayne Davison [Sat, 1 Sep 2007 00:59:44 +0000 (00:59 +0000)]
Tweaked a comment.

16 years agoMake the verbose message about the file-list expansion clearer in
Wayne Davison [Wed, 29 Aug 2007 23:10:16 +0000 (23:10 +0000)]
Make the verbose message about the file-list expansion clearer in
what is being expanded.

16 years agoDon't omit the -4/-6 options if no IPv6 support was compiled into
Wayne Davison [Wed, 22 Aug 2007 00:36:56 +0000 (00:36 +0000)]
Don't omit the -4/-6 options if no IPv6 support was compiled into
rsync.  Just make them a no-op.

16 years agoIn pool_free_old(), one code path was not clearing a "next" pointer,
Wayne Davison [Tue, 21 Aug 2007 05:04:02 +0000 (05:04 +0000)]
In pool_free_old(), one code path was not clearing a "next" pointer,
so the code could try to free an extent twice in certain circumstances.

16 years agoFix pool_create() to honor the POOL_INTERN flag.
Wayne Davison [Tue, 21 Aug 2007 04:54:30 +0000 (04:54 +0000)]
Fix pool_create() to honor the POOL_INTERN flag.
(Thanks to Brion Vibber.)

16 years agoFixed a null-pointer dereference pointed out by Olivier Thauvin.
Wayne Davison [Thu, 16 Aug 2007 01:22:46 +0000 (01:22 +0000)]
Fixed a null-pointer dereference pointed out by Olivier Thauvin.

16 years agoImproved the arg-checking of a daemon command.
Wayne Davison [Sat, 11 Aug 2007 16:53:31 +0000 (16:53 +0000)]
Improved the arg-checking of a daemon command.

16 years agoDocument the RSYNC_CONNECT_PROG environment variable.
Wayne Davison [Sat, 11 Aug 2007 16:51:48 +0000 (16:51 +0000)]
Document the RSYNC_CONNECT_PROG environment variable.

16 years agoAdded support for a %H escape in the value of the RSYNC_CONNECT_PROG
Wayne Davison [Sat, 11 Aug 2007 16:20:56 +0000 (16:20 +0000)]
Added support for a %H escape in the value of the RSYNC_CONNECT_PROG
environment variable.

16 years agoGet rid of the comment that --xattrs implies --perms and the
Wayne Davison [Sat, 4 Aug 2007 22:19:49 +0000 (22:19 +0000)]
Get rid of the comment that --xattrs implies --perms and the
outdated text that said it was a non-standard option.

16 years agoMake the --xattrs option not imply --perms.
Wayne Davison [Sat, 4 Aug 2007 22:19:43 +0000 (22:19 +0000)]
Make the --xattrs option not imply --perms.

16 years agoLet's go with "delta transfer algorithm" (thanks, Matt).
Wayne Davison [Sat, 4 Aug 2007 19:09:26 +0000 (19:09 +0000)]
Let's go with "delta transfer algorithm" (thanks, Matt).

16 years agoAvoid a crash if pop_local_filters() has some pointer gaps.
Wayne Davison [Sat, 4 Aug 2007 19:09:21 +0000 (19:09 +0000)]
Avoid a crash if pop_local_filters() has some pointer gaps.

16 years ago- Call the rsync algorithm differential rather than incremental.
Wayne Davison [Sat, 4 Aug 2007 17:47:08 +0000 (17:47 +0000)]
- Call the rsync algorithm differential rather than incremental.
- Don't refer to --files-from in the talk of incremental recursion,
  since it might make people think that --files-from disables
  incremental recursion for any recursively scanned directories.

16 years ago- Use the new XMIT_NON_XFER_DIR flag.
Wayne Davison [Sat, 4 Aug 2007 17:47:02 +0000 (17:47 +0000)]
- Use the new XMIT_NON_XFER_DIR flag.
- Make sure that non-inc-recurse mode sets FLAG_XFER_DIR on all
  the non-implied directories.
- Don't set FLAG_XFER_DIR on non-directories.

16 years ago- Added XMIT_NON_XFER_DIR flag.
Wayne Davison [Sat, 4 Aug 2007 17:46:59 +0000 (17:46 +0000)]
- Added XMIT_NON_XFER_DIR flag.
- Incremented the SUBPROTOCOL_VERSION number.

16 years agoOnly honor XFLAGS_HLINKED on a non-directory.
Wayne Davison [Sat, 4 Aug 2007 16:10:37 +0000 (16:10 +0000)]
Only honor XFLAGS_HLINKED on a non-directory.

16 years agoChanged flags variable in send_file_entry() to xflags.
Wayne Davison [Sat, 4 Aug 2007 16:08:16 +0000 (16:08 +0000)]
Changed flags variable in send_file_entry() to xflags.

16 years agoFiles with the same size should also be skipped by --append.
Wayne Davison [Wed, 1 Aug 2007 22:47:36 +0000 (22:47 +0000)]
Files with the same size should also be skipped by --append.

16 years agoDon't output a negative time-remaining value if the file has grown.
Wayne Davison [Wed, 1 Aug 2007 22:35:54 +0000 (22:35 +0000)]
Don't output a negative time-remaining value if the file has grown.

16 years agoFixed the port-parsing in an rsync:// path; e.g., this now
Wayne Davison [Wed, 1 Aug 2007 22:25:02 +0000 (22:25 +0000)]
Fixed the port-parsing in an  path; e.g., this now
works properly:  rsync://backup@otherbox/module/a:123:b

16 years agoIf readdir() gives us an empty name, reject it.
Wayne Davison [Wed, 1 Aug 2007 22:18:46 +0000 (22:18 +0000)]
If readdir() gives us an empty name, reject it.

16 years agoIf --no-ir is specified, pass it to the server.
Wayne Davison [Tue, 24 Jul 2007 04:09:46 +0000 (04:09 +0000)]
If --no-ir is specified, pass it to the server.

16 years agoLet's try using egrep instead of grep since grep on Solaris
Wayne Davison [Sun, 15 Jul 2007 06:37:17 +0000 (06:37 +0000)]
Let's try using egrep instead of grep since grep on Solaris
systems was failing to work right.

16 years agoUpdated the --max-delete docs.
Wayne Davison [Sun, 15 Jul 2007 06:01:27 +0000 (06:01 +0000)]
Updated the --max-delete docs.

16 years agoMention the improved --max-delete behavior.
Wayne Davison [Sun, 15 Jul 2007 05:51:05 +0000 (05:51 +0000)]
Mention the improved --max-delete behavior.