Hi Martin,
An avid rsync fan here...
I've been using rsync between 2 Solaris 8 x86 boxes for over a year now with
excellent results.
I updated box#1 from 2.4.6 to this 2.5.5rc1 and box#2 still running 2.4.6
still worked great.
I just updated box #2 to 2.5.5rc1 as well, and it still works great.
Us
>You're using the wrong tool -- you want a binary diff program instead.
>Run that on your files, then rsync/tar/cp/whatever the diffs.
Not exactly, I need the rsync algorithm to check the new version
of the file against the checksums of that file calculated
when the previous backup was made, and
>Ah... now I see. Unfortunately, this one's over my head. Can anyone else
>help here? Can rsync deal explicitly with parts of files?
The rsync program can deal with delta files, but just in the batch mode,
unfortunately it is not exactly what I need.
The rsync algorithm instead is exaclty wha
Roger Hales wrote:
> I need to mirror some Linux directories on a Win2000 box but the
> owner, group and permissions are lost. I realize Win2000 does not
> use the same system but thought there may be some way around it with
> cygwin. Is it possible to mimick /etc/passwd to preserve ownership
>
Hi,
I need to mirror some Linux directories on a
Win2000 box but the owner, group and permissions are lost. I realize
Win2000 does not use the same system but thought there may be some way around it
with cygwin. Is it possible to mimick /etc/passwd to preserve ownership
etc? Is there a
I'm trying to figure out how to cause rsync to
create the file on the backup server with 700 permission
and specific owner "some_user" (not root)
I try to do it in several way with no success.
The command I'm using is:
rsync -r -t -v -z /dir some_user@server::module
so that it don't copy permiss
On Thu, Mar 28, 2002 at 09:06:59PM +, Diego Liziero wrote:
> So at every backup the whole 2Gbyte file is saved.
That's exactly what rsync's supposed to do, AIUI. I would be /very/
upset if it didn't make perfect copies. 8-)
> So I would like to use the rsync algorithm to calculate the diff