Displaying 5 results from an estimated 5 matches for "keithl".
Did you mean:
keith
2005 Jan 19
1
looking for rsyncd introduction
Is there a good introductory document for rsync in --daemon mode?
When folks ask questions like "what is rsyncd" I would like to have
someplace for them to go and learn.
Perhaps not - one more writing task for me!
Keith
--
Keith Lofstrom keithl@keithl.com Voice (503)-520-1993
KLIC --- Keith Lofstrom Integrated Circuits --- "Your Ideas in Silicon"
Design Contracting in Bipolar and CMOS - Analog, Digital, and Scan ICs
2005 Jan 23
1
PRNG is not seeded
...hour's worth of rsyncing a night is not a good
candidate for verbose tools like strace. So I'm wondering if others
have seen this, or if anyone has a well-thought-out solution for
locating the precise cause of the "PRNG is not seeded" message.
Keith
--
Keith Lofstrom keithl@keithl.com Voice (503)-520-1993
KLIC --- Keith Lofstrom Integrated Circuits --- "Your Ideas in Silicon"
Design Contracting in Bipolar and CMOS - Analog, Digital, and Scan ICs
2005 Mar 07
1
rsync as a change-detecting security tool
...avior. However, OS-evil could be instructed to lie about the
contents of the disk image itself.
It does seem like rsync (and even tripwire on the client) cannot
be expected to detect deep attacks that affect the client OS itself.
Am I missing something here?
Keith
--
Keith Lofstrom keithl@keithl.com Voice (503)-520-1993
KLIC --- Keith Lofstrom Integrated Circuits --- "Your Ideas in Silicon"
Design Contracting in Bipolar and CMOS - Analog, Digital, and Scan ICs
2007 Jul 18
8
Rysnc Schedule
What I want to do is use rsync to back up a folder to an external drive.
I would like to keep 30 days worth.
For example: I have backups of June 1 - June 30. Once July 1 comes along, I
want to keep June 2 - July 1 and delete June 1, and so forth.
Any ideas how I can accomplish this?
--
View this message in context: http://www.nabble.com/Rysnc-Schedule-tf4104577.html#a11672997
Sent from the
2005 Mar 21
4
Patch: Offline transfer mode
Hi All,
Here's an rsync patch which adds an --offline flag, letting you transfer
changed blocks via removable media, while still comparing checksums via
the net. I expect this could be very popular for the growing number of
people who want to do disk-based offsite backups, which is what I needed
it for.
It took me longer than I hoped, but still only several hours to work
this out -- it