Rsync, subversion and directories

2005-11-10 Thread Andrew Crouch
Hi all, I'm attempting to build a backup system using rsync and subversion. I have a samba share which I would like to replicate via rsync. The replicated copy is under subversion control to store a 'history'. This appears to work well until a directory is removed on the primary (non-bac

Notification of limited account access

2005-11-10 Thread Barclays Bank PLC.
Title: New Page 1 Important Notice: Nov. 11, 2005     Dear Barclays member, Barclays Bank PLC. is proud to announce about their new updated secure system. We updated our new SSL se

trace the problem

2005-11-10 Thread Manuel Kissoyan
We have many servers and we are using rsync to backup them. We are using it since a month, in one of the servers since a week did start loading alot the cpu, around 50 when the normal cpu load is less than 1. The odd thing is this wasnt hapening before. Today i ran the rsync and i straced it,

Re: Dynamically determined include/exclude list.

2005-11-10 Thread Dave Mielke
[quoted lines by Wayne Davison on 2005/11/10 at 12:09 -0800] >In the CVS version of rsync, you could specify a "pre-xfer exec" command >that could run anything you like (such as find). Does this then write the output of, say, find to a file which is picked up later (during the transfer) by some

Re: "intelligent" rsync scripts?

2005-11-10 Thread Wayne Davison
On Thu, Nov 10, 2005 at 03:19:07PM -0500, Chris Shoemaker wrote: > Is it possible to delay the basis search even for non-missing files > if they're not exact matches? Yes, that might be a better algorithmic choice. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/li

Re: "intelligent" rsync scripts?

2005-11-10 Thread Chris Shoemaker
On Thu, Nov 10, 2005 at 11:30:49AM -0800, Wayne Davison wrote: > On Thu, Nov 10, 2005 at 10:32:50AM -0500, Chris Shoemaker wrote: > > If the original file changes, then so will the hard link. > > No -- an rsync update creates a temporary file, and that file gets > renamed into place, breaking any

Re: Dynamically determined include/exclude list.

2005-11-10 Thread Wayne Davison
On Thu, Nov 10, 2005 at 02:37:55PM -0500, Dave Mielke wrote: > Is there a way to define a module within rsyncd.conf such that its > include/exclude list is dynamically determined by executing a host command, > e.g. find? In the CVS version of rsync, you could specify a "pre-xfer exec" command that

[Bug 3253] New: Feature request - Sync perms/ownership/time etc but with no file transfer

2005-11-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3253 Summary: Feature request - Sync perms/ownership/time etc but with no file transfer Product: rsync Version: 2.6.7 Platform: All OS/Version: All Status: NEW Se

Re: rsync --password-file= Problem

2005-11-10 Thread Wayne Davison
On Thu, Nov 10, 2005 at 04:37:18PM +0100, Jan Verbesselt wrote: > rsync -avzuC --delete --password-file=/cygdrive/d/test/test.txt > /cygdrive/d/test/ [EMAIL PROTECTED]:/home/janvb/test The --password-file option is used for connecting with an rsync daemon, so it has no effect on the password promp

Dynamically determined include/exclude list.

2005-11-10 Thread Dave Mielke
Is there a way to define a module within rsyncd.conf such that its include/exclude list is dynamically determined by executing a host command, e.g. find? If it can't be done today, is it the sort of feature which would be considered for future development? -- Dave Mielke | 2213 Fox Cres

Re: File transfer from/to mapped drive with cygwin rsync

2005-11-10 Thread Wayne Davison
On Thu, Nov 10, 2005 at 05:57:37PM +0530, [EMAIL PROTECTED] wrote: > Will the upgrade to latest rsync will help? We are using rsync 2.6.3. It shouldn't make any difference because the "permission denied" error is coming from your OS, and that's outside the control of rsync. ..wayne.. -- To unsu

Re: "intelligent" rsync scripts?

2005-11-10 Thread Wayne Davison
On Thu, Nov 10, 2005 at 10:32:50AM -0500, Chris Shoemaker wrote: > If the original file changes, then so will the hard link. No -- an rsync update creates a temporary file, and that file gets renamed into place, breaking any hard-link that this new code creates. (The only exception to this update

RE: rsync --password-file= Problem

2005-11-10 Thread Tevfik Karagülle
Check if your password file is saved in Unicode format. They should be in ASCII text format.   Rgrds Tev From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jan VerbesseltSent: 10. november 2005 16:37To: rsync@lists.samba.orgSubject: rsync --password-file= Pro

rsync --password-file= Problem

2005-11-10 Thread Jan Verbesselt
Dear list,   I’m using rsync via CYGWIN (winxp) compu to access our SUSE linux station for backup purposes. I would like to run this regularly, via BAT files, however the password stays necessary (prompt), after using a –pasword-file=/…   There is no error message but password stays nec

Re: "intelligent" rsync scripts?

2005-11-10 Thread Chris Shoemaker
On Wed, Nov 09, 2005 at 11:52:40PM -0800, Wayne Davison wrote: > > Are you saying only unchanged files are available as alternate basis > > files? If we can, I think it's worth avoiding this restriction. > > If we were to use the files directly, then it would be complicated to > try to order the

RE: File transfer from/to mapped drive with cygwin rsync

2005-11-10 Thread sanalkumar.siva
Hello Wayne, Thanks for the reply, We tried with cygwin style path also. Still we are getting the same error. Following is the error from rsync server log: 2005/11/10 17:44:32 [1716] rsync: chdir /cygdrive/i/check failed : Permission denied (13) Where I: is a m