Wayne Davison
0e887ef29a
Added the --skip-empty-dirs (-k) option.
2006-01-27 00:32:53 +00:00
Wayne Davison
fb72aaba48
Document the new --skip-empty-dirs (-k) option.
2006-01-27 00:32:49 +00:00
Wayne Davison
a3869e9227
Include popt.h using <popt.h> instead of "popt.h".
2006-01-26 22:32:59 +00:00
Wayne Davison
d671ccfc8e
Mention the change in the --itemize-changes output.
2006-01-26 22:32:18 +00:00
Wayne Davison
35bf8fa084
- Include popt.h using <popt.h>, not "popt.h".
...
- A minor twiddle in server_options().
2006-01-26 22:28:08 +00:00
Wayne Davison
f7916cbf3f
Mention --sockopts and an improvement to the testsuite environment.
2006-01-26 22:10:08 +00:00
Wayne Davison
2b7dab686c
The setting of HOME got moved to rsync.fns.
2006-01-26 21:23:25 +00:00
Wayne Davison
a98cad00eb
Set $HOME to $scratchdir so that our tests are not affected by
...
anything unexpected, such as a ~/.popt file.
2006-01-26 21:22:57 +00:00
Wayne Davison
facdce2c1f
Fixed two typos.
2006-01-26 12:41:52 +00:00
Wayne Davison
34937987a6
Make use of the new sockopts variable.
2006-01-26 12:31:47 +00:00
Wayne Davison
831f06a5a5
Added the --sockopts option.
2006-01-26 12:31:24 +00:00
Wayne Davison
5fe3c86f25
Mention the --sockopts option.
2006-01-26 12:31:14 +00:00
Wayne Davison
04f48837d1
Document the new --sockopts option.
2006-01-26 12:30:20 +00:00
Wayne Davison
f5b14759fb
Mentioned the --super option.
2006-01-26 11:14:10 +00:00
Wayne Davison
def97ff9a9
Added the --super option.
2006-01-26 11:10:32 +00:00
Wayne Davison
d38772e06f
Document the new --super option and how it affects other options.
2006-01-26 11:10:28 +00:00
Wayne Davison
351f5e2f6c
Check MY_UID() directly instead of accessing am_root.
2006-01-26 11:01:00 +00:00
Wayne Davison
8778174936
Mention new --specials option and --devices change.
2006-01-26 10:50:18 +00:00
Wayne Davison
e5f6a04d15
The itemized output for the fifo changed.
2006-01-26 10:39:04 +00:00
Wayne Davison
f8d47c1cb4
Added 'S' to the itemized output for special files.
2006-01-26 10:39:01 +00:00
Wayne Davison
b5c6a6aeeb
Handle separated devices and special files.
2006-01-26 10:38:58 +00:00
Wayne Davison
4e7d07c8d4
Document the new --specials option and how -D and --devices now work.
2006-01-26 10:38:54 +00:00
Wayne Davison
fc2dd77ec7
One more minor tweak.
2006-01-25 17:34:39 +00:00
Wayne Davison
7b6fa00ff8
Decided to hold off on the potential memory savings of indexed
...
uid/gid pairs until the next release.
2006-01-25 17:10:29 +00:00
Wayne Davison
9ac3591366
Added testing of the --itemize-changes output for devices.
2006-01-24 22:23:51 +00:00
Wayne Davison
6a819e02da
Changed to handle removed 'a' slot in %i output.
2006-01-24 22:23:14 +00:00
Wayne Davison
4cff7c50db
Fixed a problem in the output of %i's 'T' flag on devices and
...
got rid of the unused 'a' flag.
2006-01-24 22:22:17 +00:00
Wayne Davison
669302a172
Got rid of the description of 'a' in the %i flags.
2006-01-24 22:14:40 +00:00
Wayne Davison
c738605098
Got rid of some debug code.
2006-01-24 21:40:43 +00:00
Wayne Davison
90cf838b18
Dump some debug code.
2006-01-24 21:39:10 +00:00
Wayne Davison
67e4043e8c
Optimized id_pair() so that clumps of IDs get handled more
...
efficiently.
2006-01-24 19:39:09 +00:00
Wayne Davison
5e58e3f9cf
The uid & gid are now stored using an id_pair structure.
2006-01-24 19:02:55 +00:00
Wayne Davison
49140b27c6
Another small improvement to the --one-file-system option.
2006-01-24 19:02:48 +00:00
Wayne Davison
9cdadbb13a
The in_del_hier code needs to use lastname instead of thisname
...
because the latter gets cleaned and (possibly) sanitized.
2006-01-24 17:26:24 +00:00
Wayne Davison
0ace7b2567
FERROR messages also need to leave leading newlines unmangled.
2006-01-24 01:07:19 +00:00
Wayne Davison
ccb8f5788b
Tweaked the copyright message.
2006-01-23 18:48:12 +00:00
Wayne Davison
4e5baafedf
More improvements to the -x option (some from Matt & some from me).
2006-01-22 21:04:21 +00:00
Wayne Davison
0e82af2d27
New -x code had some problems, so restore the old code for now
...
(keeping the more optimal stat() calling, though).
2006-01-22 20:37:00 +00:00
Wayne Davison
535737bf39
New -x code had some problems, so restore the old code for now.
2006-01-22 20:30:56 +00:00
Wayne Davison
6e6cc16399
Matt's disambiguation.
2006-01-21 21:02:13 +00:00
Wayne Davison
bb0d8edfad
- Got rid of the filesystem_dev variable now that --one-file-system
...
is handled in a new way.
- Moved a stat out of delete_in_dir() into do_delete_pass() to make
--delete-during more efficient.
- Added a missing "#ifdef SUPPORT_LINKS...#endif" block around some
symlink code.
2006-01-21 20:59:19 +00:00
Wayne Davison
ebec5eb689
- Changed how --one-file-system works so that we can skip all mount
...
points (including "bind" mounts).
- The --chmod option now affects devices (only skipping symlinks).
2006-01-21 20:59:16 +00:00
Wayne Davison
5cb31dcf92
Fixed a problem with the FLAG_* defines.
2006-01-21 20:16:37 +00:00
Wayne Davison
0ccffd7c80
Disable popt aliases when we're a server so that any user-redefined
...
options can't cause a compatibility problem.
2006-01-21 20:15:49 +00:00
Wayne Davison
57b66a2458
A tweak to --dirs and --chmod.
2006-01-21 19:55:47 +00:00
Wayne Davison
b8a39ed58a
Use the new saw_delete* variables to ensure that the server side
...
always reads the exclude information when it is present.
2006-01-21 19:54:14 +00:00
Wayne Davison
f5a910dd73
- We now set some saw_delete* vars to keep track of the case where
...
we disabled a delete option that the client sent us (since we may
still need to await exclude information from the client in such a
case).
- If -d and --delete are in effect without -r, we may need to send
the -d to the server even if it was implied, and we may need to
send --no-r to the server to ensure that we don't get into a
protocol-corrupting situation should the remote rsync disable the
--delete option (this works because the --no-r option was added in
the same version as the functionality which allows --delete to
work with -d sans -r.
2006-01-21 19:52:55 +00:00
Wayne Davison
e16adcdff3
- Allow multiple --chmod options to be specified.
...
- Call parse_chmod() with its new arg.
2006-01-21 09:14:42 +00:00
Wayne Davison
cf9b4794fd
Tweaked parse_chmod() so that it takes a pointer to an existing list
...
of chmod items (or NULL) and appends the new items onto the end.
2006-01-21 09:14:39 +00:00
Wayne Davison
6d8c6bdbe5
Document the new --one-file-system behavior, with improvements to
...
the option's text taken from Matt's patch in bugzilla.
2006-01-21 08:10:45 +00:00