search for: enddit

Displaying 8 results from an estimated 8 matches for "enddit".

Did you mean: endbit
2003 Oct 25
1
Trivial documentation patch
...L 20)) Received SIGUSR1 or SIGINT dit(bf(RERR_WAITCHILD 21)) Some error returned by waitpid() dit(bf(RERR_MALLOC 22)) Error allocating core memory buffers +dit(bf(RERR_PARTIAL 23)) Partial transfer dit(bf(RERR_TIMEOUT 30)) Timeout in data send/receive enddit()
2017 Nov 01
1
[Bug 13115] New: .yo sources incompatible with current yodl version
...Assignee: wayned at samba.org Reporter: paul at debian.org QA Contact: rsync-qa at samba.org Created attachment 13747 --> https://bugzilla.samba.org/attachment.cgi?id=13747&action=edit patch for newer yodl The current yodl version has removed the startdit and enddit macros. These have been replaced with description. I've attached a patch for this. Additionally, this is a trivial patch for a missing closing bracket: --- ./a/rsync.yo 2016-03-29 11:05:24.802895810 +0200 +++ ./b/rsync.yo 2017-11-01 09:38:23.396818546 +0100 @@ -1570,7 +1570,7 @@...
2009 Apr 22
1
[PATCH] allow to disable SLP with runtime option
...then 65535 is 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 0...
2006 May 24
0
rsync connection limit
...rsync.yo Sat 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_tim...
2005 Mar 15
0
[Bug 2455] New: rsync --daemon segfaults if "log file = <file>" dir does not exist
...b/rsync.yo 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....
2004 May 15
1
Fwd: Re: setting checksum_seed
...m seed. +Note 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
2004 Mar 10
4
HFS+ resource forks: WIP patch included
...ack up my home directory to fileserver: + + rsync --archive --delete --verbose --hfs-mode=darsplit \ + /Users/reynhout fileserver:/backups/mac + +(hfs-mode is a patch to rsync, not part of the standard distribution. +For more info and the latest version, see the web page listed above.) enddit()
2002 Feb 07
1
Latest version of the batch mode cleanup patch
...a batch update. Each filename in 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 genera...