Commit Graph

  • 0fdb1aa8ff In the device section, avoid calling unlink() if the stat() failed. Wayne Davison 2005-10-30 22:28:11 +00:00
  • bad0110609 Document the new --compress-level option. Wayne Davison 2005-10-26 16:48:44 +00:00
  • 3cc185a088 Handle new def_compress_level setting. Wayne Davison 2005-10-26 16:48:07 +00:00
  • e8a8167ad9 Obey new def_compress_level setting. Wayne Davison 2005-10-26 16:47:49 +00:00
  • 854a1aad35 Added --compress-level option. Wayne Davison 2005-10-26 16:47:15 +00:00
  • 84e6d6fdcd - Changed the "status" variables into "exit_code" variables. - Added an error message to wait_process_with_flush() that reports the errno we get when waitpid() fails. - Increased the value of MAXCHILDPROCS. Wayne Davison 2005-10-26 15:53:04 +00:00
  • f14a65d94c Tweaked the error message for RERR_WAITCHILD. Wayne Davison 2005-10-26 15:50:14 +00:00
  • 37439b36e7 Updated the docs for pre-/post-xfer exec. Wayne Davison 2005-10-24 21:03:53 +00:00
  • c95ca2a228 Enhanced the "pre-xfer exec" handling so that it gets the user's request info and puts that into the environment as RSYNC_REQUEST. Wayne Davison 2005-10-24 21:03:50 +00:00
  • 97d8e7095f Changed wait_process() into a simpler, yet more versatile function, and used it in the new wait_process_with_flush() function (the old function's new name). Made wait_process() public. Wayne Davison 2005-10-24 21:03:47 +00:00
  • 20c1926a01 Fixed a typo in a comment. Wayne Davison 2005-10-20 18:30:33 +00:00
  • d030233def Get rid of some superfluous empty lines. Wayne Davison 2005-10-19 07:49:10 +00:00
  • 35812ea1f9 One extra tweak to the just-committed code. Wayne Davison 2005-10-15 19:15:29 +00:00
  • d649b78920 Added relative_paths extern. Wayne Davison 2005-10-15 19:11:36 +00:00
  • 7e43da819e If we're sanitizing paths with --relative enabled, we need to preserve the first /./ dir so that we can use its position to trim the implied directories. Wayne Davison 2005-10-15 19:08:31 +00:00
  • 40aaa571b4 Document --ignore-non-existing (not --existing) and what happens if the option is combined with --ignore-existing. Wayne Davison 2005-10-15 16:39:31 +00:00
  • 470319d33b Changed the --help text to mention --ignore-non-existing instead of --existing. Wayne Davison 2005-10-15 16:38:35 +00:00
  • 1db954e9bc Made parse_size_arg()'s parsing a little stricter. Wayne Davison 2005-10-15 06:53:04 +00:00
  • d697314b42 Mention --min-size/--max-size changes. Wayne Davison 2005-10-14 20:40:31 +00:00
  • 59dd678603 Documented --min-size. Wayne Davison 2005-10-14 20:16:21 +00:00
  • 02b5cb238b Added code to implement the --min-size logic. Wayne Davison 2005-10-14 20:16:09 +00:00
  • 74de13d19c Added handling of the --min-size option. Wayne Davison 2005-10-14 20:15:18 +00:00
  • 837d01dd5a Improved parse_size_arg() a little more. Wayne Davison 2005-10-14 19:48:34 +00:00
  • 926d86d1f9 Document the extended parsing of --max-size values. Wayne Davison 2005-10-14 19:03:05 +00:00
  • aeb213ea0c Improved parse_size_arg() so that it can be told to use powers of ten instead of binary K/M/G powers, and so that it can be told to add or subtract one from the result. We also make sure to pass the arg to --max-size in a compatible manner with older versions. Wayne Davison 2005-10-14 18:56:07 +00:00
  • 7c6ea3d8c7 Fixed a typo in an option name. Wayne Davison 2005-10-12 23:59:00 +00:00
  • d409c6ac9c Mention va_copy change. Wayne Davison 2005-10-11 20:21:56 +00:00
  • 92f0b9d6ab If va_copy is defined, use it when defining VA_COPY. Wayne Davison 2005-10-11 20:21:03 +00:00
  • 2c8c8bbaad Pass XFLG_ABS_IF_SLASH instead of XFLG_ANCHORED2ABS for server excludes. Wayne Davison 2005-10-07 18:40:30 +00:00
  • 4fc8140a60 Support new XFLG_ABS_IF_SLASH flag. Wayne Davison 2005-10-07 18:39:40 +00:00
  • 699f7024f1 Added XFLG_ABS_IF_SLASH. Wayne Davison 2005-10-07 18:38:25 +00:00
  • ce0da32a9c Mention recent changes. Wayne Davison 2005-10-07 18:24:35 +00:00
  • 82360c6b17 Clarify how the fitler rule "-/" works. Wayne Davison 2005-10-07 18:18:16 +00:00
  • 493568465b Improved the usage comments. Wayne Davison 2005-10-04 04:12:28 +00:00
  • bf485d3d6b A simple filter script to output messages from a single module. Wayne Davison 2005-10-03 18:40:59 +00:00
  • e90aab4982 Changed the variable names for --existing and --ignore-existing. Wayne Davison 2005-09-29 18:07:55 +00:00
  • 550d4e2346 Reverted one xfer_dirs change from the last commit that should not have gone in. Wayne Davison 2005-09-29 17:27:11 +00:00
  • 991daf008d Keeping silent about stat() errors is never a good idea -- it hides files that are not up-to-date. Wayne Davison 2005-09-29 17:07:45 +00:00
  • 505ada146c Mention that --delete now works with --dirs. Wayne Davison 2005-09-29 08:15:34 +00:00
  • 75c51953f1 - When --dirs is specified w/o --recursive, avoid marking solo dirs with the XMIT_TOP_DIR flag. - Only set in_del_hier if --recursive is enabled. Wayne Davison 2005-09-29 07:48:05 +00:00
  • 8d6c1c4e97 Allow deletions to occur in directories transferred with the --dirs option in addition to the regular --recursive behavior. Wayne Davison 2005-09-29 07:41:50 +00:00
  • 10a1a3f511 Fixed a poorly-worded sentence and a misspelled word. Wayne Davison 2005-09-29 07:37:00 +00:00
  • 40e6752fba Some systems don't define WCOREDUMP(), so #ifdef that code. Wayne Davison 2005-09-26 17:41:14 +00:00
  • dbefb6b4e4 Fixed wait_process() to handle cases where waitpid() fails or the child process did not exit cleanly. Wayne Davison 2005-09-26 17:12:13 +00:00
  • 6016841086 Changed RERR_CRASH to RERR_CRASHED. Wayne Davison 2005-09-26 17:11:03 +00:00
  • 0047f535ef Handle new RERR_CRASH AND RERR_TERMINATED exit codes. Wayne Davison 2005-09-26 17:07:50 +00:00
  • 90eca40d27 Defined RERR_CRASH and RERR_TERMINATED. Wayne Davison 2005-09-26 17:06:33 +00:00
  • 0417c34e2d Mention some chanages in the patches dir. Wayne Davison 2005-09-26 04:47:25 +00:00
  • d64c2b226a Use AC_HELP_STRING() in the two AC_ARG_WITH() macros that used a hard-wired string. Wayne Davison 2005-09-24 17:17:30 +00:00
  • 868676dc15 Reordered the usage lines to cover push, then pull (which has a better visible pattern than covering push & pull for each host-type). Wayne Davison 2005-09-21 22:39:49 +00:00
  • e31058d41e Cast some time values to (int), just to silence some warnings on Stratus VOS. Wayne Davison 2005-09-21 17:42:15 +00:00
  • ea8291d8f7 Include limits.h (if it exists), which defines NAME_MAX on some systems. Wayne Davison 2005-09-21 17:38:44 +00:00
  • 1348267518 If we get less data than expected from a read() in map_ptr(), we need to try to keep reading to see if we get an error or more data. Wayne Davison 2005-09-21 17:37:41 +00:00
  • f0323d68eb Check for limits.h. Wayne Davison 2005-09-21 17:35:51 +00:00
  • 12a01be14f Tweaked the output that the mknod() tests generate. Wayne Davison 2005-09-21 17:15:58 +00:00
  • e0a18ce3f7 Tweaked some comments. Wayne Davison 2005-09-19 17:21:00 +00:00
  • 8ad5cea371 Changed one strcpy() into a strlcpy(). Wayne Davison 2005-09-17 21:49:24 +00:00
  • 9059e0ac2f Improved the sDefault initialization so that the prefixed comments exactly match the variable names (making sure that they will sort exactly the same way as the variables). Wayne Davison 2005-09-16 20:35:05 +00:00
  • 29fad7a3d8 Got rid of some old command-line parsing code that was only useful when talking to a 1.x client. Wayne Davison 2005-09-16 16:40:30 +00:00
  • 02efda9f01 Mention '!' fix. Wayne Davison 2005-09-16 16:14:24 +00:00
  • 35a388b141 Really fix '!' in a .cvsignore file this time. Wayne Davison 2005-09-16 16:10:01 +00:00
  • 9a4a237ede Tweaked the code a little in the always_checksum handling of the send & receive file-list functions. Wayne Davison 2005-09-16 05:52:54 +00:00
  • 5efbddbadb Mention that the dir used with --delay-updates cannot be on a different filesystem from the destination files. Wayne Davison 2005-09-15 22:27:14 +00:00
  • 6a94c58b00 Added a comment. Wayne Davison 2005-09-15 22:25:55 +00:00
  • e3f8395360 Mention doc changes. Wayne Davison 2005-09-15 17:19:30 +00:00
  • f2b4c0840e Removed conflicting ssh citation in the SETUP section. Wayne Davison 2005-09-15 15:36:27 +00:00
  • 08d82b84cb The --help text was outputting some incomplete information on how SRC is expanded or word-split, so I removed that text and replaced it with an explaination of how ':' differs from '::' & 'rsync://'. Wayne Davison 2005-09-13 01:02:54 +00:00
  • fbe57fdc95 Mention the latest fix. Wayne Davison 2005-09-09 17:07:39 +00:00
  • 92cdc39372 When pop_dir(olddir) fails, pass the right string pointer in the error message. Wayne Davison 2005-09-09 16:17:01 +00:00
  • 78be8e0fc9 Improved the -F, --exclude-from, and --include-from sections. Wayne Davison 2005-09-09 07:27:25 +00:00
  • a5b786d80f Tweaked the calculation that goes into sum->count so that it cannot overflow into a negative value (which is particularly important if configure didn't find a real int64 type). Wayne Davison 2005-09-06 18:12:38 +00:00
  • f853b777be Complicate the lseek64() function prototype because some systems don't have off64_t. Wayne Davison 2005-09-03 16:56:53 +00:00
  • fed1f3f4fe Make use of the per-module "temp dir" setting. Wayne Davison 2005-09-03 16:50:20 +00:00
  • 18cad44967 Added a per-module "temp dir" setting. Wayne Davison 2005-09-03 16:24:23 +00:00
  • d17c9a4486 Sorted some of the data structures (using vim's "!sort" command makes it easy). Wayne Davison 2005-09-03 16:22:06 +00:00
  • b6e22a47d3 - Allow --no-v and --no-verbose in the daemon options. - If a too-long --temp-dir is specified when starting a daemon, omplain to the daemon-starting user, not later to the client. Wayne Davison 2005-08-30 16:13:54 +00:00
  • ec69bdbd64 Mention latest changes. Wayne Davison 2005-08-30 05:12:49 +00:00
  • a8cbb57c9b Mention how --inplace conflicts with --sparse and how --append does not. Wayne Davison 2005-08-30 05:10:51 +00:00
  • b8cc35874e Allow --temp-dir to be specified with --daemon to set the default. Wayne Davison 2005-08-30 05:00:56 +00:00
  • c3851185f3 Fixed a comment. Wayne Davison 2005-08-30 02:59:30 +00:00
  • e7ee91defc When --append is entering the redo phase, make sure that sparse_files is disabled (because it conflicts with an inplace update). Wayne Davison 2005-08-30 02:58:42 +00:00
  • cfce9f6dc3 Reject attempts to combine --sparse with --inplace. Wayne Davison 2005-08-30 02:57:19 +00:00
  • 4afcb709a7 Forgot the --no-v option. Wayne Davison 2005-08-28 00:43:51 +00:00
  • a912a980ec Mention the new --no-* options. Wayne Davison 2005-08-28 00:34:46 +00:00
  • 2c64b25827 A small improvement to the daemon-connecting instructions. Wayne Davison 2005-08-28 00:25:44 +00:00
  • 38b9170c52 One more tweak to the option data. Wayne Davison 2005-08-27 21:12:44 +00:00
  • f40aa6fb07 Documented the new --no-* options. Wayne Davison 2005-08-27 21:07:27 +00:00
  • b616493883 Added the ability to prefix "no-" to various options, which gives the user an easy way to override implied option switches. Wayne Davison 2005-08-27 21:01:45 +00:00
  • e86e2fa173 A little more reordering of the option data. Wayne Davison 2005-08-27 20:43:35 +00:00
  • 11bfaf6351 Reordered some of the option data to make their grouping more logical. Wayne Davison 2005-08-27 20:01:45 +00:00
  • d37d1c44ff Make the --append docs a little better. Wayne Davison 2005-08-20 17:21:06 +00:00
  • c89330313e Moved a variable in glob_expand_one(). Wayne Davison 2005-08-03 04:51:29 +00:00
  • c9dc1300ba Got rid of the argp var that is not needed now that argv is no longer a literal array. Wayne Davison 2005-08-03 04:42:56 +00:00
  • 53cf0b8bfb Improved the --relative section a little more. Wayne Davison 2005-08-03 01:13:15 +00:00
  • 56961becc2 Mention the latest changes. Wayne Davison 2005-08-01 22:18:11 +00:00
  • 1dc42d123d Improved the --relative section, including mentioning the addition of dot-dir path trimming. Wayne Davison 2005-08-01 22:18:00 +00:00
  • d2ea5980ba Allow the user to specify a dot dir in the source path when using --relative, making it trim the duplicated dirs. Wayne Davison 2005-08-01 21:58:16 +00:00
  • 15cf186b85 Don't recreate a device if just the permissions bits have changed in the st_mode. Wayne Davison 2005-08-01 04:09:58 +00:00
  • 4fdb03a648 Mention hard-link fix. Wayne Davison 2005-07-31 23:21:46 +00:00
  • 8f5b554f0b Hard-link a device in order to test that this works properly. Wayne Davison 2005-07-31 23:20:12 +00:00