Re: open files

2004-02-23 Thread Ville Herva
On Sun, Feb 22, 2004 at 08:13:33PM +0200, you [Ville Herva] wrote: So do you reparse points by backup semantics or just being able to read every open file (backup capability)? Uh, I meant Volume Shadow Copy (VSC), not reparse points. Apparently, VSC is not available on W2k, only on XP and

Re: open files

2004-02-23 Thread Ville Herva
On Sun, Feb 22, 2004 at 05:49:37PM -0800, you [Tarun Karra] wrote: I dont know about reparse points but.. I know some thing that works like this. Probably you guyz know this St Bernard open file manager. I installed the trial version of this software on my windows box and mirrored the

Not Again! (Was: Re: FAQ: Moving files between two machines using rsync)

2004-02-23 Thread Mauricio
I can't believe this! I am having the very same problem I had before. For those who do not remember, I was trying to rsync a file from a Solaris 9 box(kushana) to a netbsd 1.6.1 (the rsync server, katri) box, without much luck: [EMAIL PROTECTED]rsync -vz \ ?

(Fwd) VIRUS (Worm.SomeFool) IN MAIL TO YOU (from rsync-bounce

2004-02-23 Thread Patricia Palumbo
I have received the below notice about the rsync list. There is a worm among us. --- Forwarded message follows --- Return-Path: [EMAIL PROTECTED] Received: from bleep.innevi.com ([64.30.26.9]) by mail.dubois-king.COM (8.11.6/8.11.6) with ESMTP id i1K7n3p14977 for [EMAIL

[patch] Add `--link-by-hash' option (rev 4).

2004-02-23 Thread Jason M. Felice
This patch adds the --link-by-hash=DIR option, which hard links received files in a link farm arranged by MD4 file hash. The result is that the system will only store one copy of the unique contents of each file, regardless of the file's name. (rev 4) * Updated for committed robust_rename()

[patch] Fix for gcc 3.3.1 (maybe Cygwin-specific)

2004-02-23 Thread Jason M. Felice
Cygwin's gcc 3.3.1 doesn't support a 64-bit type and doesn't like this macro (it causes missing semicolon errors wherever used). Patch Summary: -1 +1rsync.h patchwork diff rsync.h --- rsync.h 2004-02-23 10:44:40.0 -0500 +++ rsync.h 2004-02-23 10:44:45.0 -0500 @@

Re: Not Again! (Was: Re: FAQ: Moving files between two machines using rsync)

2004-02-23 Thread Craig Barratt
Mauricio writes: I can't believe this! I am having the very same problem I had before. For those who do not remember, I was trying to rsync a file from a Solaris 9 box(kushana) to a netbsd 1.6.1 (the rsync server, katri) box, without much luck: [EMAIL PROTECTED]rsync -vz \ ?

mN5cH

2004-02-23 Thread lambrechts
zxyva -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

[patch] Add `--link-by-hash' option (rev 5).

2004-02-23 Thread Jason M. Felice
This patch adds the --link-by-hash=DIR option, which hard links received files in a link farm arranged by MD4 file hash. The result is that the system will only store one copy of the unique contents of each file, regardless of the file's name. (rev 5) * Fixed silly logic error. (rev 4) *

www.cert.org ranked # 27 in Google for use your home computer and make money

2004-02-23 Thread Carrie Soefel
Hi there! Sorry for an e-mail out of the blue, but I just did a search for the term use your home computer and make money on Google and found www.cert.org ranked 27. Since I publish a related website about Business - Services (it's strictly informational, so I'm definitely NOT a competitor of

configure now accepts --with-rsyncd-conf

2004-02-23 Thread Wayne Davison
The configure script has been updated with the --with-rsyncd-conf option, as suggested by Ayamura KIKUCHI. The default is still the same as before, but it is easier to override now. Those compiling from CVS should re-run configure (so that the config.h file gets the RSYNCD_SYSCONF define added).

Re: (Fwd) VIRUS (Worm.SomeFool) IN MAIL TO YOU (from rsync-bounce

2004-02-23 Thread Tim Potter
On Mon, Feb 23, 2004 at 08:24:56AM -0500, Patricia Palumbo wrote: I have received the below notice about the rsync list. There is a worm among us. I doubt it. It is most likely a forged header, although the postmaster message does not contain the necessary headers to verify this. Tim. --

Deleted files

2004-02-23 Thread Walls Rob W Contr 75 CS/SCBS
Thought my troubles were fixed, but files disappeared again and reappeared after a few dozen rsync cycles. I am mapping a Win2K directory to Linux with Samba. That mounted directory is then Rsynced to another Linux box on a schedule (Linux to Linux, because I can't run rsync on the windows

Re: Deleted files

2004-02-23 Thread jw schultz
On Mon, Feb 23, 2004 at 05:04:00PM -0700, Walls Rob W Contr 75 CS/SCBS wrote: Thought my troubles were fixed, but files disappeared again and reappeared after a few dozen rsync cycles. I am mapping a Win2K directory to Linux with Samba. That mounted directory is then Rsynced to another Linux

CVS update: rsync/patches

2004-02-23 Thread Wayne Davison
Date: Mon Feb 23 19:29:29 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv22511 Modified Files: db3l_ignore-case.diff Log Message: Updated to apply to latest CVS source. Revisions: db3l_ignore-case.diff 1.1 = 1.2

CVS update: rsync/patches

2004-02-23 Thread Wayne Davison
Date: Mon Feb 23 19:38:06 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv24473 Modified Files: kikuchi_set_rsyncdconf_location.diff Log Message: Updated to latest CVS. Revisions: kikuchi_set_rsyncdconf_location.diff1.1 = 1.2

CVS update: rsync/patches

2004-02-23 Thread Wayne Davison
Date: Mon Feb 23 19:49:14 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv26238/patches Modified Files: link-by-hash.diff Log Message: Updated. Revisions: link-by-hash.diff 1.1 = 1.2

CVS update: rsync

2004-02-23 Thread Wayne Davison
Date: Mon Feb 23 19:59:46 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/home/wayned/src/rsync Modified Files: configure config.h.in Log Message: Regenerated. Revisions: configure 1.175 = 1.176

CVS update: rsync/patches

2004-02-23 Thread Wayne Davison
Date: Mon Feb 23 20:02:02 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv7732 Removed Files: kikuchi_set_rsyncdconf_location.diff Log Message: This is now in CVS. Revisions: kikuchi_set_rsyncdconf_location.diff1.2 = NONE

CVS update: rsync

2004-02-23 Thread Wayne Davison
Date: Mon Feb 23 20:09:14 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv8858 Modified Files: NEWS Log Message: Configure addition. Revisions: NEWS1.155 = 1.156

CVS update: rsync/patches

2004-02-23 Thread Wayne Davison
Date: Mon Feb 23 20:31:55 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv13510/patches Modified Files: marco_soften-links.diff Log Message: Updated. Revisions: marco_soften-links.diff 1.1 = 1.2