Displaying 7 results from an estimated 7 matches for "streefland".
2002 May 16
1
[patch] suggestions for -v option
...of files.
2) The message "<file> is newer" when you use the -u option is moved to
verbose level 1. I think that it is usefull to report newer files
when you use a single -v option. It is also consistent with the
warning messages generated by "rdist -y".
--
Dick Streefland //// Altium Software BV
dick.streefland@altium.nl (@ @) http://www.altium.com
--------------------------------oOO--(_)--OOo---------------------------
-------------- next part --------------
--- rsync-2.5.5/flist.c.orig Thu Mar 14 22:20:20 2002
++...
2002 May 22
2
rsync: race condition can cause loss of diagnostic output
[This is a copy of the contents of Debian bug report #147842.]
Package: rsync
Version: 2.5.5-0.2
Severity: normal
Cause
-----
- rsync forks a child which in turn forks a grandchild in
main.c:do_recv().
- Diagnostics written by the grandchild need to be read by the child
using read_error_fd() to be handled properly (with the end result
being that they are seen by the user running rsync).
-
2004 Jan 06
2
[patch] making rsync less verbose
...educe the verbosity of rsync. The first
one removes the initial line. The second patch adds a new option
-s/--speedup to control the generation of the speedup report, which is
now disabled by default.
What do you think? Would you consider something like this for future
versions of rsync?
--
Dick Streefland //// Altium BV
dick.streefland@altium.nl (@ @) http://www.altium.com
--------------------------------oOO--(_)--OOo---------------------------
-------------- next part --------------
--- rsync-2.6.0/flist.c.orig 2004-01-06 16:16:09.0000000...
2004 Feb 02
1
[PATCH] --one-file-system and automounter
...ag_hits=0 false_alarms=0 data=0
The attached patch for rsync-2.6.0 moves the cross-filesystem check to
just before a directory is traversed. This obsoletes the function
skip_filesystem() to test the parent directory. The mount point itself
is still included, but its contents is skipped.
--
Dick Streefland //// Altium BV
dick.streefland@altium.nl (@ @) http://www.altium.com
--------------------------------oOO--(_)--OOo---------------------------
-------------- next part --------------
--- rsync-2.6.0/flist.c.orig 2003-12-15 09:10:31.0000000...
2002 May 16
0
[patch] output of rsync -n truncated
...the output of the last command is truncated.
The problem is that the output is written in non-blocking mode, and
that when the write() returns EAGAIN, the output may be discarded.
The attached patch adds a check for EAGAIN, and retries the write()
after 20 msec, which fixes the problem.
--
Dick Streefland //// Altium Software BV
dick.streefland@altium.nl (@ @) http://www.altium.com
--------------------------------oOO--(_)--OOo---------------------------
-------------- next part --------------
--- rsync-2.5.5/log.c.orig Mon Feb 18 20:51:12 2002
+++...
2004 Feb 19
1
mirror whole hard disk with rsync
I want to create an exact copy of a whole hard disk and to maintain this copy
synchronised with the "original" one. The idea is to have a safe backup that
allows me, in case the "original" disk fails, to change it by the "clone"
disk and start the computer as if nothing had happened. The computer runs
Linux.
I heard a good option for this purpose is to use dd to
2001 Oct 11
0
[patch] option to prevent connection timeout
...on option called
"Idle" that lets you specify the maximum idle time of a connection in
seconds. When this limit is reached, a dummy packet (SSH_MSG_IGNORE)
is sent, to fake activity, and to prevent the timeout. This option
might be usefull for others, so I'm posting it here.
--
Dick Streefland //// De Bilt
dick.streefland at xs4all.nl (@ @) The Netherlands
------------------------------oOO--(_)--OOo------------------
--- openssh-2.9.9p2/clientloop.c.orig Tue Sep 18 07:51:14 2001
+++ openssh-2.9.9p2/clientloop.c Thu Oct 11 22:03:09 2001
@@ -...