aboutsummaryrefslogtreecommitdiffstats
path: root/rsyncd.conf.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* Explicitly mention that "del." does include the trailing period.Wayne Davison2005-03-011-0/+1
|
* Preparing for release of 2.6.4pre2Wayne Davison2005-03-011-1/+1
|
* Say "rsync 2.6.4" instead of "protocol 29".Wayne Davison2005-02-281-1/+1
|
* - Moved the description of '%i's output into the rsync manpage.Wayne Davison2005-02-261-51/+15
| | | | - A few minor tweaks to the "log format" setting.
* Preparing for release of 2.6.4pre1Wayne Davison2005-02-231-1/+1
|
* Document how refusing "delete" affects --remove-sent-files.Wayne Davison2005-02-201-0/+4
|
* Decided to leave the "log format" default the same as inWayne Davison2005-02-191-2/+2
| | | | earlier versions.
* - Mention that "%o" can now have the value "del."Wayne Davison2005-02-191-12/+17
| | | | - Updated the description of "%i" to reflect the latest functioning.
* Improved the "log format" section some more.Wayne Davison2005-02-181-14/+21
|
* Updated the default "log format" string and the output of "%i".Wayne Davison2005-02-171-10/+13
|
* More improvements for the description of the %i output.Wayne Davison2005-02-161-4/+5
|
* Documented the new log-format escapes: %n, %L, and %i.Wayne Davison2005-02-161-1/+33
|
* Improved the "refuse options" section, including an updateWayne Davison2005-02-111-7/+6
| | | | | to the section that talked about --del being a popt alias (which is no longer true).
* - Mark references to command-line switches with the bf(...) macro.Wayne Davison2005-01-311-47/+47
| | | | | | | | | | | - Changed some verb(...) macros to use other yodl idioms because yodl inserts way too much vertical whitespace surrounding the item. - Some items weren't indenting enough in the manpage, though they were indenting fine in the HTML version, so used some creative idioms to get things to render well in both. - Got rid of some empty lines in lists. - Made several quote(...) items also tt(...).
* Fixed some typos.Wayne Davison2005-01-281-5/+6
|
* Document the "max verbosity" setting.Wayne Davison2005-01-281-0/+5
|
* Mention that --del is a popt alias for --delete-during, so there'sWayne Davison2005-01-251-0/+4
| | | | | no need to refuse "del" by name -- just refusing "delete-during" or "delete*" is sufficient.
* Document the new "filter" parameter.Wayne Davison2005-01-251-0/+10
|
* Document the new "address" global option.Wayne Davison2004-12-061-0/+4
|
* Allow "port" to be specified in the rsyncd.conf file.Wayne Davison2004-11-271-0/+4
|
* Preparing for release of 2.6.3Wayne Davison2004-09-301-1/+1
|
* Preparing for release of 2.6.3pre2Wayne Davison2004-09-211-1/+1
|
* Preparing for release of 2.6.3pre1Wayne Davison2004-08-121-1/+1
|
* Document the improved "refuse options" syntax.Wayne Davison2004-08-021-2/+8
|
* Updated some exclude information that has changed.Wayne Davison2004-06-071-33/+26
|
* Added the "write only" option to the daemon config file.Wayne Davison2004-05-191-0/+6
|
* Preparing for release of 2.6.2Wayne Davison2004-04-301-1/+1
|
* Preparing for release of 2.6.2pre1Wayne Davison2004-04-291-1/+1
|
* Preparing for release of 2.6.1Wayne Davison2004-04-271-1/+1
|
* Preparing for release of 2.6.1pre-2Wayne Davison2004-04-171-1/+1
|
* Mention that certain options treat an absolute path as relative to theWayne Davison2004-03-271-2/+4
| | | | module's "path" dir, even when chroot is off.
* Preparing for release of 2.6.1pre-1Wayne Davison2004-03-241-1/+1
|
* Another improvement in the "use chroot" section.Wayne Davison2004-01-241-6/+16
|
* Refer to I/O (not IO), ID (not id), and "an rsync" (not "a rsync").Wayne Davison2004-01-231-11/+11
|
* Improved the "use chroot" discussion on ID mapping.Wayne Davison2004-01-231-3/+9
|
* Improved the "use chroot" section to mention how to get user/groupWayne Davison2004-01-231-2/+4
| | | | | preservation by name (getting rid of the erroneous bit about the --numeric-ids option being implied).
* Tweaked the date.Wayne Davison2004-01-011-1/+1
|
* Changed the VERSION section to refer to 2.x instead of 2.0.Wayne Davison2003-12-291-1/+1
|
* Moved the information on the single-use ssh key so that the --serverWayne Davison2003-12-151-0/+26
| | | | | | option wasn't being mentioned early in the rsync manpage (which has confused at least one user trying to figure out the --daemon mode command-line syntax).
* Modified the (in|ex)clude [from] option descriptions toJ.W. Schultz2003-05-091-15/+18
| | | | | better highlight the non-equivalence with client-side --exclude.
* Patch from jw schultz to reword "link" to "connection" in a couple ofPaul Green2003-02-101-1/+1
| | | | spots.
* Update rsyncd.conf documentation to be right for rsync server mode over aDavid Dykstra2003-01-271-7/+8
| | | | remote shell.
* Update description of hosts allow for IPv6. From Bert Vermeulen.David Dykstra2003-01-201-10/+15
|
* Support IPv6 addresses with "hosts allow" and "hosts deny". Patch fromDavid Dykstra2003-01-091-10/+13
| | | | Hideaki Yoshifuji.
* When using daemon mode over a remote shell program and not running as root,David Dykstra2002-08-301-3/+3
| | | | | | | | | default the config file to just "rsyncd.conf" in the current directory instead of /etc/rsyncd.conf. Also, fix problems with logging messages when running daemon mode over a remote shell program: it was pretty much doing the opposite of what it should have, sending early error messages to the log and later messages to the client. Switched it around so the very early error messages go to the client and the later ones go to the log.
* Document the new server-daemon via remote-shell mode.Wayne Davison2002-08-011-0/+5
|
* Document in --owner and "use chroot" that --numeric-ids is implied whenDavid Dykstra2002-06-271-5/+6
| | | | use chroot is yes.
* Clarify the relationship of max connections and lock file.David Dykstra2002-05-161-5/+6
|
* Clarify that exclude/include options in rsyncd.conf apply only to filesDavid Dykstra2002-05-131-12/+13
| | | | sent from the server or deleted on the server.
* Indicate that the exclude options in rsyncd.conf only apply when receivingDavid Dykstra2002-05-091-6/+6
| | | | files to a server and not when sending files to it.