David Dykstra
088aac8597
Make batch mode actually work and add man page documentation. From Jos Backus.
2002-02-06 21:20:48 +00:00
David Dykstra
93689aa51a
Add --no-whole-file and --no-blocking-io options
2002-02-05 23:05:31 +00:00
David Dykstra
b695d088cf
Better explanation of --force. It is applicable whenever --delete is
...
not in effect.
2002-01-29 21:52:57 +00:00
David Dykstra
81dc5750ca
A more accurate description of --force as I know it.
2002-01-28 21:09:03 +00:00
David Dykstra
d82434cf27
Clarify the --force entry in the rsync man page.
2002-01-28 17:06:04 +00:00
Martin Pool
3d6feada8a
New --ignore-existing option, patch previously distributed with
...
Vipul's Razor. (Debian #124286 )
2002-01-25 10:42:23 +00:00
Martin Pool
7ff701e816
Update thankyou list.
...
Clarify email addresses.
2002-01-23 05:59:10 +00:00
Martin Pool
2e3c141795
Note that batch mode is currently experimental.
2002-01-23 05:53:58 +00:00
Martin Pool
76f79ba748
Patch from Jos Backus -- Fix breakage from dev_t to DEV64_T in batch
...
mode.
Also, drop -f and -F for batch mode: these should be reserved for
options that are more commonly used.
It also appends a newline to the argvs file and skips adding the
source directory to the command line.
2002-01-23 05:51:06 +00:00
Martin Pool
eb06fa95e4
Documentation fixes based on mail from Edward Welbourne, and an
...
attempted explanation of rsync's symbolic-link handling.
2001-12-18 06:45:28 +00:00
Martin Pool
a5d74a1876
Fix contact details.
2001-12-14 01:09:23 +00:00
Martin Pool
bbd6f4ba8e
Document --no-detach.
2001-12-05 13:10:24 +00:00
Martin Pool
2a951cd2f9
Fix help message for --address option
2001-12-05 13:06:26 +00:00
Martin Pool
ad911a7ac3
Typo fix from Matt Kraai <kraai@debian.org>
2001-12-02 06:17:33 +00:00
Martin Pool
e7bf3e5e87
Last bug fix for 2.5.0? Make the documentation for -a point out that
...
it does not in fact propagate hardlinsk.
2001-11-30 00:17:53 +00:00
Martin Pool
6902ed178b
Merge across rsync+ patch; add a little documentation to the manpage. More documentation would be better.
2001-08-14 02:04:47 +00:00
David Dykstra
a1a440c23e
Make --whole-file the default when source and target are on the local machine.
2001-05-29 14:37:54 +00:00
David Dykstra
089e73f8d6
Ran rsync.yo through yodl2man to produce rsync.1. I found that the string
...
"file(s)" in rsync.yo was being improperly translated by yodl2man so I
changed it to just "files".
2001-05-24 18:01:56 +00:00
David Dykstra
2c5548d25e
Add --ignore-errors documentation.
2001-05-22 14:33:38 +00:00
David Dykstra
3473b5b4d8
Add the words "on destination machine" to the --compare-dist description
...
in rsync.yo. Re-ran yodl2man which I see pulled in a few other changes
from rsync.yo that hadn't yet made it into rsync.1.
2001-03-23 15:12:52 +00:00
Martin Pool
3cd5eb3b3b
Add my name and a suggestion to read the FAQ for unanswered questions.
2001-02-27 01:49:19 +00:00
Martin Pool
8212336aaa
More explanation of return values.
2001-02-21 08:16:45 +00:00
Martin Pool
55b64e4b5e
Add table of exit values, from errcode.h.
2001-02-14 22:47:28 +00:00
Martin Pool
2348926995
Typo fix from Jim Meyering
2001-01-08 01:10:58 +00:00
David Dykstra
735a816e54
Better explain how the --blocking-io option works.
2001-01-05 17:57:11 +00:00
Martin Pool
e6c64e7933
Oops: manpage updates should go into the yodl source.
2000-10-13 03:25:07 +00:00
Andrew Tridgell
5b56cc19fb
added --modify-window option from David Bolen <db3l@fitlinxx.com>
2000-09-06 02:12:13 +00:00
Andrew Tridgell
c48b22c858
minor man page update
2000-09-06 01:27:46 +00:00
Andrew Tridgell
64c704f0b9
added blocking-io docs
2000-07-29 04:41:19 +00:00
David Dykstra
ef5d23ebcd
Add --bwlimit option contributed by Matthew Demicco and Jamie Gritton.
2000-06-06 21:13:05 +00:00
David Dykstra
27b9a19be0
Do better job at describing exclude/include in man page. Based on suggestions
...
from Harry Putnam <reader@newsguy.com >.
2000-05-19 14:58:28 +00:00
Andrew Tridgell
ef55c686bc
add a --ignore-errors option
2000-03-21 04:06:04 +00:00
David Dykstra
328fcf113a
Somebody was confused into thinking that "Here are some examples" in the
...
section on exclude/include was supposed to be about "+/-" so I changed
the statement to "Here are some exclude/include examples".
2000-02-22 19:47:44 +00:00
Andrew Tridgell
fc7952e7f3
updated --password-file docs
2000-01-24 12:28:45 +00:00
Andrew Tridgell
e20c5e9521
-a now implies -o and -D whether you are root or not
2000-01-24 05:52:44 +00:00
Andrew Tridgell
66203a982b
added --backup-dir option from Bob Edwards
...
this is very useful for incremental backups
2000-01-24 04:58:53 +00:00
Andrew Tridgell
0b73ca12fa
added --max-delete option
2000-01-23 11:43:04 +00:00
Andrew Tridgell
1347d5126a
added --existing option, similar to one suggested by Gildas Quiniou <gildas@stip.fr>
2000-01-23 01:53:18 +00:00
Andrew Tridgell
e30f065766
make --address work for a client connecting to a server
2000-01-10 04:49:51 +00:00
Andrew Tridgell
a7d068abff
fixed man page typo
1999-12-03 04:24:25 +00:00
Andrew Tridgell
57df171bc0
added --delete-after option (suggested by Jason)
1999-11-08 13:03:05 +00:00
Andrew Tridgell
2fb139c11b
fixed passing of directory exclude options to remote side (thanks to
...
andrewdagger@xerox.gbr.com )
added note about multiple excludes per exclude option
1999-11-08 09:12:42 +00:00
Andrew Tridgell
5c9730a46c
added --address option for virtual hosting
1999-10-31 03:21:02 +00:00
Andrew Tridgell
d9fcc198cf
added -P option
...
it is equivalent to --partial --progress
1999-10-31 02:47:30 +00:00
Andrew Tridgell
d73ee7b70e
updated rsync-path man page entry
1999-10-31 02:37:21 +00:00
Andrew Tridgell
7b10f91d8f
added a note about using -v with --progress
1999-09-06 02:04:20 +00:00
Andrew Tridgell
4c3b4b2557
added RSYNC_PROXY support from Stephen Rothwell. This allows access to
...
rsync servers via a web proxy (useful for getting through firewalls)
1999-04-13 03:53:30 +00:00
Andrew Tridgell
24986abd07
note in the man page that:
...
1) rsync won't copy directories at all if recursion isn't selected
2) --delete won't do anything if recursion isn't selected
1999-04-06 11:52:45 +00:00
David Dykstra
460f6b990a
Prevent the -g option from preserving groups that a non-root receiver
...
does not belong to, in these two ways:
1. If a group mapping doesn't exist for a group name, do not preserve
it for a non-root receiver. This is especially evident with the
sender is a daemon using chroot because then no mappings are
available.
2. Before setting the group on a file make sure that it is in the list
of groups returned by getgroups(). The same thing is done by chgrp
on systems that support bsd-style chown/chgrp, and this enforces
that it happens the same way on all systems. Overhead is very
little, especially since most systems don't allow more then 16
groups per user.
1999-03-01 19:24:39 +00:00
David Dykstra
b33b791e6b
Add --delete-excluded option to delete files on the receiving side that
...
are excluded. Implies --delete.
1999-02-22 19:55:57 +00:00