search for: manpagesection

Displaying 9 results from an estimated 9 matches for "manpagesection".

2003 Oct 25
1
Trivial documentation patch
...llent work! Jon Index: rsync.yo =================================================================== RCS file: /cvsroot/rsync/rsync.yo,v retrieving revision 1.128 diff -u -r1.128 rsync.yo --- rsync.yo 7 Oct 2003 20:33:08 -0000 1.128 +++ rsync.yo 24 Oct 2003 19:33:09 -0000 @@ -1109,15 +1109,17 @@ manpagesection(EXIT VALUES) startdit() -dit(bf(RERR_SYNTAX 1)) Syntax or usage error -dit(bf(RERR_PROTOCOL 2)) Protocol incompatibility -dit(bf(RERR_FILESELECT 3)) Errors selecting input/output files, dirs +dit(bf(RERR_SYNTAX 1)) Syntax or usage error +dit(bf(RERR_PROTOCOL...
2004 Jan 23
3
rsync.yo doc patch
...om::) +destination don't have a colon (":") in the name. This behaves like an +improved copy command. This would list all the anonymous rsync modules available on the host somehost.mydomain.com. (See the following section for more details.) +quote(rsync somehost.mydomain.com::) manpagesection(CONNECTING TO AN RSYNC SERVER) @@ -163,14 +164,14 @@ You may establish the connection via a web proxy by setting the environment variable RSYNC_PROXY to a hostname:port pair pointing to your web proxy. Note that your web proxy's configuration must allow -proxying to port 873. +proxy connec...
2009 Apr 22
1
[PATCH] allow to disable SLP with runtime option
...s us Using 3600 (one hour) is a good number if you tend to change your configuration. +dit(bf(disable slp)) This parameter is used to turn off service advertisements +completely, and is only applicable if you have Service Location Protocol +support compiled in. The default is no. + enddit() manpagesection(MODULE PARAMETERS) -- Best regards / s pozdravem Petr Uzel, Packages maintainer --------------------------------------------------------------------- SUSE LINUX, s.r.o. e-mail: puzel@suse.cz Lihovarsk? 1060/12 tel: +420 284 028 964 190 00 Prague...
2006 May 24
0
rsync connection limit
...Apr 22 18:38:34 2006 +++ rsync-2.6.8-new/rsync.yo Wed May 24 16:21:48 2006 @@ -2448,6 +2448,7 @@ dit(bf(24)) Partial transfer due to vanished source files dit(bf(25)) The --max-delete limit stopped deletions dit(bf(30)) Timeout in data send/receive +dit(bf(35)) Timeout in connect() enddit() manpagesection(ENVIRONMENT VARIABLES) diff -Naur rsync-2.6.8/socket.c rsync-2.6.8-new/socket.c --- rsync-2.6.8/socket.c Tue Apr 11 03:48:28 2006 +++ rsync-2.6.8-new/socket.c Wed May 24 16:22:48 2006 @@ -37,6 +37,7 @@ extern char *bind_address; extern int default_af_hint; +extern int do_timeout; #ifdef HAVE...
2005 Mar 15
0
[Bug 2455] New: rsync --daemon segfaults if "log file = <file>" dir does not exist
...Tue Mar 15 19:36:23 2005 *************** *** 1389,1394 **** --- 1389,1395 ---- dit(bf(23)) Partial transfer due to error dit(bf(24)) Partial transfer due to vanished source files dit(bf(30)) Timeout in data send/receive + dit(bf(31)) Log file could not be opened for appending enddit() manpagesection(ENVIRONMENT VARIABLES) Common subdirectories: rsync-2.6.3/testhelp and rsync-2.6.3_jdb/testhelp Common subdirectories: rsync-2.6.3/testsuite and rsync-2.6.3_jdb/testsuite Common subdirectories: rsync-2.6.3/zlib and rsync-2.6.3_jdb/zlib -- Configure bugmail: https://bugzilla.samba.org/userprefs.cg...
2002 May 03
1
Updating the docs/help on the default remote shell
...can also specify an alternative to rsh, either by using the -e +You can also specify any remote shell you like, either by using the -e command line option, or by setting the RSYNC_RSH environment variable. One common substitute is to use ssh, which offers a high degree of @@ -135,7 +137,7 @@ manpagesection(CONNECTING TO AN RSYNC SERVER) -It is also possible to use rsync without using rsh or ssh as the +It is also possible to use rsync without a remote shell as the transport. In this case you will connect to a remote rsync server running on TCP port 873. @@ -144,7 +146,7 @@ your web proxy. No...
2004 May 15
1
Fwd: Re: setting checksum_seed
...e that setting NUM to 0 causes rsync to use the default of time() +for checksum seed. Note also that --write-batch and --read-batch +set the checksum seed to 32761, so --checksum-seed=NUM needs to +follow these options if you want to specify a different checksum +seed in batch mode. + enddit() manpagesection(EXCLUDE PATTERNS) -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
2003 Jan 14
3
.rsync-/.rsync+ patch and --link-dest example
...c.yo Tue Jan 14 09:35:40 2003 @@ -276,6 +276,11 @@ this is launched from cron every few hours. +This command creates a linked backup of /home named current on nimbus +relative to a previous backup named previous: + +rsync -vax --delete --numeric-ids --link-dest=previous /home nimbus:current + manpagesection(OPTIONS SUMMARY) Here is a short summary of the options available in rsync. Please refer @@ -311,6 +316,7 @@ -e, --rsh=COMMAND specify the remote shell to use --rsync-path=PATH specify path to rsync on the remote machine -C, --cvs-exclude auto ignore files in...
2002 Feb 07
1
Latest version of the batch mode cleanup patch
...the set starts with +PREFIX. See the "BATCH MODE" section for details. + +dit(bf(--read-batch=PREFIX)) Apply a previously generated change batch, +using the fileset whose filenames start with PREFIX. See the "BATCH +MODE" section for details. enddit() @@ -804,25 +807,82 @@ manpagesection(BATCH MODE) bf(Note:) Batch mode should be considered experimental in this version -of rsync. The interface or behaviour may change before it stabilizes. +of rsync. The interface or behaviour may change before it stabilizes. -The following call generates 4 files that encapsulate the informati...