Wayne Davison
8c9e06d7b9
Fixed the creation of symlinks and devices when both --relative
...
and --no-implied-dirs are specified and the destination dir does
not yet exist.
2006-02-23 19:43:54 +00:00
Wayne Davison
a9cc128308
Renamed fuzzy_dirname -> parent_dirname.
2006-02-23 19:07:33 +00:00
Wayne Davison
ccb16b467b
Make sure that the --fuzzy option's dir-scan doesn't generate an
...
I/O error when --no-relative is used and the destination dir does
not exist yet.
2006-02-23 18:58:30 +00:00
Wayne Davison
1e44aeb92a
Mention the --list-arg change.
2006-02-23 00:43:17 +00:00
Wayne Davison
c897f7119a
Document the revised --list-only behavior and the ability to use
...
rsync with one local source arg (i.e. no destination).
2006-02-23 00:40:58 +00:00
Wayne Davison
ee8e2b1547
Rsync no longer returns a usage error when used with one local
...
source arg and no destination: this now implies the --list-only
option, just like one remote source arg has always done.
2006-02-23 00:38:34 +00:00
Wayne Davison
5fa38cd679
- Improved the way we generate the tar file.
...
- The second run of verify-patches is in a better spot now.
- Made various improvements to the output.
2006-02-22 19:09:51 +00:00
Wayne Davison
65535b5482
Mentioned that the daemon now logs connections.
2006-02-21 17:19:49 +00:00
Wayne Davison
439a198d02
Log every connect to the daemon.
2006-02-21 17:09:23 +00:00
Wayne Davison
f041b02557
Added a comment.
2006-02-21 00:29:55 +00:00
Wayne Davison
4d8639eb2d
A few more tweaks and fixes.
2006-02-20 19:58:06 +00:00
Wayne Davison
519c8de16f
- Moved the checkout of the cvs source above the version prompting so
...
that we can use the version from the configure.in file to provide
good default values for the user.
- When moving old tar/diff files into the old-* dirs, first hard-link
them into place, then (if "live"), use rsync to update these new
files on the server (which saves us later re-sending), and _then_
delete the old names.
2006-02-20 19:36:56 +00:00
Wayne Davison
7f20af4674
Made the new warning more visible.
2006-02-20 18:35:41 +00:00
Wayne Davison
55d24e5fed
Mention if any of the CVS files we're putting in the tar file
...
aren't up-to-date.
2006-02-20 18:34:27 +00:00
Wayne Davison
81f654e396
Mention a couple more bug fixes.
2006-02-20 18:03:55 +00:00
Wayne Davison
8f1dc165e2
A brief msleep() in option_error() may be helpful to ensure that
...
an option error always arrives intact from the remote rsync.
2006-02-20 17:58:13 +00:00
Wayne Davison
9a0cfff57f
Don't try to obey bwlimit restriction until bwlimit_writemax is set.
...
This fixes a bug with option errors not getting reported because the
write code gets called with bwlimit != 0 and bwlimit_writemax == 0.
2006-02-20 17:50:36 +00:00
Wayne Davison
d749eb6896
When starting up a transfer, substitute the remember_children()
...
SIGCHLD handler in place of the minimal one that socket.c enabled.
2006-02-20 17:17:51 +00:00
Wayne Davison
6d59ac192b
Made the formerly static sigchld_handler() available as a
...
public function named remember_children().
2006-02-20 17:16:21 +00:00
Wayne Davison
94d3725cf2
In dest_mode(), we now apply any "incoming chmod" changes from
...
the daemon.
2006-02-20 00:01:27 +00:00
Wayne Davison
8840ec0f49
Set a new daemon_chmod_modes pointer with the daemon's chmod
...
(incoming or outgoing) changes.
2006-02-20 00:00:35 +00:00
Wayne Davison
44a8e86d47
Mention the change in how "incoming chmod" works when --perms was
...
not specified.
2006-02-19 23:58:59 +00:00
Wayne Davison
73abdda442
Slightly tweaked the output in non-live mode.
2006-02-19 23:33:15 +00:00
Wayne Davison
15b03ab1a8
Changed parse_chmod() to return the pointer to the new items on
...
success.
2006-02-19 23:31:56 +00:00
Wayne Davison
dc5245679a
Preparing for release of 2.6.7pre2
v2.6.7pre2
2006-02-19 16:21:30 +00:00
Wayne Davison
60414e5bce
The tar command needed --no-recursion.
2006-02-19 16:14:39 +00:00
Wayne Davison
af40c7d667
The hide filter rule is no longer needed.
2006-02-19 16:05:08 +00:00
Wayne Davison
7eb2ecda0f
Improved the description of a fix in 2.6.4.
2006-02-19 15:52:59 +00:00
Wayne Davison
6d12a859bc
The perl script I use to create new rsync releases. This is an
...
adapted and extended version of an old shell script.
2006-02-18 21:27:54 +00:00
Wayne Davison
920071e242
A perl script I wrote to make a new "nightly" tar file and
...
maintain the nightly dir on samba.org.
2006-02-18 21:26:48 +00:00
Wayne Davison
2a24b4bd0c
Some more refinement of the --checksum section.
2006-02-16 07:40:55 +00:00
Wayne Davison
a753502200
Don't try to help the ACKs for the --remove-sent-file option
...
when --delay-updates was specified.
2006-02-15 20:09:49 +00:00
Wayne Davison
8958fae362
One last change to make the --checksum distinction very clear.
2006-02-15 19:58:53 +00:00
Wayne Davison
e2d68210d7
Another attempt to make --checksum clearer.
2006-02-15 19:24:39 +00:00
Wayne Davison
99534debc8
Improved the --checksum description and mention our whole-file
...
checksum verification checksum is different.
2006-02-15 18:20:23 +00:00
Wayne Davison
5b98629747
Improved the while's logic in increment_active_files().
2006-02-15 08:26:51 +00:00
Wayne Davison
42003f6af3
Mention the change to --remove-sent-files.
2006-02-15 08:16:42 +00:00
Wayne Davison
434573b226
Call increment_active_files() during the first phase of a transfer
...
where --remove-sent-files was specified.
2006-02-15 08:06:45 +00:00
Wayne Davison
d6081c829c
Added increment_active_files() and decrement_active_files() which
...
allows the generator to ask us to limit the number of files that
are currently active in the transfer when --remove-sent-files is
enabled.
2006-02-15 08:05:31 +00:00
Wayne Davison
58718881ef
- Changed "called" to "named".
...
- Fixed a filter option to have the right syntax.
- Mention --prune-empty-dirs in a couple more places.
2006-02-14 16:45:38 +00:00
Wayne Davison
ac669e8b92
Tweaked a comment.
2006-02-14 16:44:11 +00:00
Wayne Davison
567f1566a9
List more of the doc improvements, list some of the best diffs in
...
the patches dir, and unified the discussion of the "dest" options.
2006-02-13 18:45:04 +00:00
Wayne Davison
59a5687105
Modified the sentence about doc improvements.
2006-02-13 18:19:59 +00:00
Wayne Davison
7b13ff9704
Document what all the items in the --stats output mean.
2006-02-13 18:19:26 +00:00
Wayne Davison
5e7b826a4f
Made the receiver count the size of symlinks in the total_size
...
value, just like the sender does.
2006-02-13 18:08:45 +00:00
Wayne Davison
cbc63b9b48
Added missing release-history lines for 2.6.6 and 2.6.7.
2006-02-12 19:15:35 +00:00
Wayne Davison
71a84cbab0
Mention the ignoring of SIGXFSZ.
2006-02-11 02:37:58 +00:00
Wayne Davison
55e54e464b
We now ignore the SIGXFSZ signal (if it is defined).
2006-02-11 02:36:35 +00:00
Wayne Davison
467688dc06
More improvements for "--help", and a couple hyphenation fixes.
2006-02-11 00:02:15 +00:00
Wayne Davison
375d8f913b
Added a backward-compatibility note about -h to the --help option
...
in the help text.
2006-02-11 00:01:22 +00:00