Wayne Davison
30e7b0b28d
Mention latest fix.
2005-06-12 06:10:14 +00:00
Wayne Davison
910ee8c92e
In clean_flist(), fixed the setting of the flist->high value for an
...
empty list so that it can't cause a crash if it gets passed to
flist_find().
2005-06-12 06:07:23 +00:00
Wayne Davison
8af1bc9011
- Added a comment to the filter_outfile function.
...
- Twiddled where the calls to filter_outfile happen.
2005-06-10 23:36:57 +00:00
Wayne Davison
6a12f0d619
Simplified the regular expressions for sed due to problems on some
...
OSes.
2005-06-10 21:56:52 +00:00
Wayne Davison
4f3be36e30
- Put the output we're expecting into an rsync.chk file, for easier
...
debugging on failures.
- Added the function filter_outfile() and used it in place of the
various output-filtering commands.
- Use the sed rules for filtering the combination of --itemized
output with double-verbose output so that we're sure there's no
superfluous lines being output (which the old grep filtering
would have ignored).
2005-06-10 20:33:57 +00:00
Wayne Davison
fc9d64c947
Several expansions of $srcdir were not double-quoted.
2005-06-10 20:04:42 +00:00
Wayne Davison
db10766ab2
One expansion of $srcdir wasn't double-quoted.
2005-06-10 20:04:11 +00:00
Wayne Davison
a3dcb79085
One more instance of the umask kluge was needed.
2005-06-10 18:02:14 +00:00
Wayne Davison
20667b6d7f
Mention backup change.
2005-06-10 17:58:39 +00:00
Wayne Davison
93e28fbd99
Fixed a problem in the backing up of symlinks and devices: we
...
need to remove any old symlink/device/file to create the backup.
Also fixed a couple minor logic errors in the handling of symlinks
and devices. NOTE: the code still doesn't handle the changing of
a name from a dir to a non-dir or visa versa (which is a very old
deficiency in the code).
2005-06-10 17:57:18 +00:00
Wayne Davison
87a57a3072
Use umask kluge from rsync.fns to try to get rid of a potential
...
permissions difference when copying symlinks.
2005-06-10 17:51:33 +00:00
Wayne Davison
bad1fa4476
Make the sed commands compatible with Solaris (hopefully).
2005-06-10 17:21:52 +00:00
Wayne Davison
8fe27e7631
Starting NEWS for 2.6.6.
2005-06-10 17:17:38 +00:00
Wayne Davison
a1c75ed05c
Aged news from NEWS file.
2005-06-10 17:17:24 +00:00
Wayne Davison
e73ad2be54
Got rid of some potentially unhandled permissions differences.
2005-06-10 17:06:43 +00:00
Wayne Davison
59b0e7a82d
Changed the "max verbosity" setting from global to per-module.
2005-06-10 16:57:43 +00:00
Wayne Davison
b4fc3987f2
Use the new NOBODY_USER and NOBODY_GROUP configure defines.
2005-06-10 16:50:09 +00:00
Wayne Davison
58418cb0c4
Added a simple check to see if the /etc/group file has the
...
group "nobody" or "nogroup".
2005-06-10 16:46:50 +00:00
Wayne Davison
5794112ad0
Test that our outputting of itemized messages (as well as
...
double-verbose output) is happening correctly.
2005-06-09 22:27:59 +00:00
Wayne Davison
f2b6fe44a6
- Fixed the overzealous outputting of unchanged hard-linked items
...
when verbose > 1.
- An unchanged hard-link with -i (log-format w/%i) now changes the
trailing dots to spaces.
2005-06-09 22:27:22 +00:00
Wayne Davison
215b444cae
Don't set ITEM_REPORT_TIME when a hard-linked file is already
...
linked up as it should be and --times was not enabled.
2005-06-09 21:57:45 +00:00
Wayne Davison
a45f581b2a
- Never output the '"FOO" is a hard link' message when -i (%i)
...
output is enabled.
- Go back to outputting '"FOO" is a hard link' message when -i (%i)
is not enabled and verbose > 1.
2005-06-09 21:56:11 +00:00
Wayne Davison
dfdd71ecff
Updated version to 2.6.6cvs.
2005-06-09 21:18:26 +00:00
Wayne Davison
2dfe1c37ad
Preparing for release of 2.6.5
v2.6.5
2005-06-02 03:57:58 +00:00
Wayne Davison
b9949780f4
Improved a few of the items.
2005-06-02 03:54:00 +00:00
Wayne Davison
5fe857d4be
One more configure item.
2005-06-01 16:21:41 +00:00
Wayne Davison
3d86c6b18f
Mention HAVE_REMSH fix.
2005-05-31 06:09:42 +00:00
Wayne Davison
0f0b2e66b8
Simplified the last change a bit.
2005-05-27 18:15:18 +00:00
Wayne Davison
5d24ee71ad
Test for various past problems with --relative.
2005-05-27 18:09:34 +00:00
Wayne Davison
3a05c5d3ce
If we unduplicate '.', make sure we also copy FLAG_DEL_HERE (in
...
addition to FLAG_TOP_DIR), so that the unduplication of a real
dir and an implied dir (implied by --relative) works right.
2005-05-27 18:04:04 +00:00
Wayne Davison
89ec535af5
- Only define HAVE_REMSH if it is going to have a non-0 value.
...
- Got rid of ssh warning that was added for 2.6.0.
2005-05-27 16:41:19 +00:00
Wayne Davison
e96d7972c4
Improved the opening comment.
2005-05-26 18:00:09 +00:00
Wayne Davison
962a3f0b6e
Mention the latest bug-fix.
2005-05-25 15:52:03 +00:00
Wayne Davison
cbb5fa4f07
Handle nested "." dirs (caused by --relative and a trailing slash or
...
a trailing "/.") in f_name_cmp() when dirname is not an identical
pointer.
2005-05-25 01:24:01 +00:00
Wayne Davison
b57907efb2
Mention the output change for a mount-dir when -x is used.
2005-05-22 20:53:18 +00:00
Wayne Davison
26beb7861f
- Don't stop deleting in a dir if one item fails.
...
- Don't skip deleting in a dir if the initial rmdir fails
(2.6.4 only continued if it was a non-empty error).
2005-05-22 20:52:32 +00:00
Wayne Davison
6e8b9f1341
Must check FLAG_MOUNT_POINT in delete_in_dir() to avoid starting a
...
descent into a mounted directory when -x is specified.
2005-05-22 17:19:16 +00:00
Wayne Davison
6efe94167f
Improved the SYMBOLIC LINKS section, as suggested by John.
2005-05-20 17:57:31 +00:00
Wayne Davison
51cc96e469
Improved a --files-from example (as suggested by Paul).
2005-05-20 17:39:10 +00:00
Wayne Davison
bdedced84b
Tweaked a sentence.
2005-05-19 22:16:50 +00:00
Wayne Davison
f497ad722d
Preparing for release of 2.6.5pre2
v2.6.5pre2
2005-05-19 21:45:41 +00:00
Wayne Davison
339eb8943e
Tweaked the opening comments.
2005-05-19 21:42:20 +00:00
Wayne Davison
c36864e40e
Mentioned the improved keep-alive code.
2005-05-19 21:38:25 +00:00
Wayne Davison
af6155bb0e
Clarifications related to --dirs.
2005-05-19 21:36:30 +00:00
Wayne Davison
605fed4b46
Periodically call maybe_send_keepalive() when timeouts are in effect
...
(this ensures that the receiver doesn't timeout when we're still
doing work reading data from the generator).
2005-05-19 08:52:24 +00:00
Wayne Davison
ac40b74788
The global allowed_lull is now already set, so just set lull_mod.
2005-05-19 08:52:22 +00:00
Wayne Davison
3e6ddb3738
- Call the new set_io_timeout() function to set the timeout value.
...
- If the user specified a shorter timeout than the config-file,
don't override the shorter value.
2005-05-19 08:52:19 +00:00
Wayne Davison
9ac756c6ea
- The variable allowed_lull is now our global.
...
- Tweaked the --timeout option handling to call set_io_timeout().
2005-05-19 08:52:17 +00:00
Wayne Davison
3b0a30eba8
- Added set_io_timeout(), which sets all the timeout-dependent
...
variables when the timeout value changes.
- Split last_io into last_io_in and last_io_out.
- Made select_timeout static.
2005-05-19 08:52:13 +00:00
Wayne Davison
bac7259081
The latest bug-fix.
2005-05-19 00:02:29 +00:00