DO NOT REPLY [Bug 5506] New: support utime differences at runtime, not configure/build time

2008-05-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5506 Summary: support utime differences at runtime, not configure/build time Product: rsync Version: 3.0.3 Platform: All URL: http://thread.gmane.org/gmane.network.rsync.general

slp hunks snuck into rsync 3.0.2 xattrs.diff

2008-05-30 Thread Matt McCutchen
I noticed that somehow the slp additions to the rsyncd.conf.5 man page ended up in xattrs.diff in the released rsync-patches-3.0.2.tar.gz and thereby in the Fedora rsyncd.conf.5 man page. This could indicate a problem with the patch-update script. Matt signature.asc Description: This is a digit

DO NOT REPLY [Bug 5505] rsync 3.x reporting excluded files as error

2008-05-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5505 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 5505] New: rsync 3.x reporting excluded files as error

2008-05-30 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5505 Summary: rsync 3.x reporting excluded files as error Product: rsync Version: 3.0.2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Com

rsync for incremental

2008-05-30 Thread Madan Kumar
Hi all, I am able to copy the dir from one drive to another drive on local machine using windowsXP. Is there any command by which I can get only the updation of file ie only the incremental?. Suppose I have a text file say ss.txt of 3KB in size and I have taken the backup of this file. Now I am

Re: (CPAN src exclusion problem)

2008-05-30 Thread David Favor
Matt McCutchen wrote: On Fri, 2008-05-30 at 12:43 -0500, David Favor wrote: Still not working. If I remove a random file like src/fo.md5.txt all the following fail. In other works, each of the following exclude patterns recreate the file. #--exclude='src/' #--exclude='src/***'

Re: How to backup files without destroying the destination?!

2008-05-30 Thread Matt McCutchen
On Fri, 2008-05-30 at 21:22 +0200, ml wrote: > i would like to copy/mirror/rsync the backup files from ServerA to ServerB. > Since i must assume that ServerA is hacked (public server with a few > services), i would like to "pull" the files to ServerB (save server with > no services). > > That me

How to backup files without destroying the destination?!

2008-05-30 Thread ml
Hello List, i would like to copy/mirror/rsync the backup files from ServerA to ServerB. Since i must assume that ServerA is hacked (public server with a few services), i would like to "pull" the files to ServerB (save server with no services). That means i do something like: rsync -avz Server

Re: Archive of "bad" things during rsync?

2008-05-30 Thread Tuc at T-B-O-H.NET
> On Fri, 2008-05-30 at 12:16 -0400, Tuc at T-B-O-H.NET wrote: > > Wouldn't you know, I can't get rsync to throw an error during > > a copy. :) I need to put together some instructions for a guy that runs > > a WISP for him to look over before weekly backups are made (I'll be > > copying the fi

Re: How to exclude directories from source with --relative

2008-05-30 Thread Wayne Davison
On Tue, May 27, 2008 at 10:43:00AM -0700, Stuart Anderson wrote: > Nuts. I was afraid that was going to be the answer. Unfortunately, > it violates the very helpful advise given above, i.e., run with "-v" > and add exclude rules for files you don't want to transfer based > on the output seen. That

Re: (CPAN src exclusion problem)

2008-05-30 Thread Matt McCutchen
On Fri, 2008-05-30 at 12:43 -0500, David Favor wrote: > Still not working. If I remove a random file like src/fo.md5.txt all the > following fail. In other works, each of the following exclude patterns > recreate the file. > > #--exclude='src/' > #--exclude='src/***' > #--e

Re: Request for exclude syntax assistance

2008-05-30 Thread David Favor
Matt McCutchen wrote: On Thu, 2008-05-22 at 13:46 -0500, David Favor wrote: I'm baffled by exclude syntax. I'm mirroring CPAN and am trying to exclude all files in the src/ directory. I've tried for days to figure this out and now throwing myself on the mercy of this list. Here's my current inc

Re: (CPAN src exclusion problem)

2008-05-30 Thread David Favor
Matt McCutchen wrote: On Fri, 2008-05-30 at 10:00 -0600, lewis butler wrote: On 28-May-2008, at 05:28, David Favor wrote: /usr/bin/rsync -av --delete --exclude '/src/***' why all the *? A trailing triple star makes the rule match /src/ and everything under it, which is overkill in this case

Re: Archive of "bad" things during rsync?

2008-05-30 Thread Matt McCutchen
On Fri, 2008-05-30 at 12:16 -0400, Tuc at T-B-O-H.NET wrote: > Wouldn't you know, I can't get rsync to throw an error during > a copy. :) I need to put together some instructions for a guy that runs > a WISP for him to look over before weekly backups are made (I'll be > copying the files to /

Re: (CPAN src exclusion problem)

2008-05-30 Thread Matt McCutchen
On Fri, 2008-05-30 at 10:00 -0600, lewis butler wrote: > On 28-May-2008, at 05:28, David Favor wrote: > > /usr/bin/rsync -av --delete --exclude '/src/***' > > why all the *? A trailing triple star makes the rule match /src/ and everything under it, which is overkill in this case but doesn't hurt

Re: Request for exclude syntax assistance

2008-05-30 Thread Matt McCutchen
On Thu, 2008-05-22 at 13:46 -0500, David Favor wrote: > I'm baffled by exclude syntax. I'm mirroring CPAN and am trying to > exclude all files in the src/ directory. I've tried for days to figure > this out and now throwing myself on the mercy of this list. > > Here's my current incantation: > >

Archive of "bad" things during rsync?

2008-05-30 Thread Tuc at T-B-O-H.NET
Hi, Wouldn't you know, I can't get rsync to throw an error during a copy. :) I need to put together some instructions for a guy that runs a WISP for him to look over before weekly backups are made (I'll be copying the files to /dev/null so any read errors can be caught). I can do

Re: rsync using wildcard (*) character

2008-05-30 Thread Matt McCutchen
On Fri, 2008-05-30 at 08:32 -0700, Meeaz wrote: > All files are transferring now. It however shows an error as follows:- > > rsync: failed to set permissions on "/var/log/Wlog/TEST/.": Operation not > permitted (1) This is a potential drawback of the include/exclude approach: the root source dire

Re: How to exclude directories from source with --relative

2008-05-30 Thread lewis butler
On 28-May-2008, at 05:28, David Favor wrote: /usr/bin/rsync -av --delete --exclude '/src/***' why all the *? -exclude="src/" is what I've used in the past /src/ would imply that src is at the root of your system, which seem unlikely. -- Please use reply-all for most replies to avoid omitt

Re: rsync using wildcard (*) character

2008-05-30 Thread Meeaz
Thanks a lot Matt! All files are transferring now. It however shows an error as follows:- rsync: failed to set permissions on "/var/log/Wlog/TEST/.": Operation not permitted (1) Please advise Matt McCutchen-7 wrote: > > On Thu, 2008-05-29 at 12:07 -0700, Meeaz wrote: >> If I run the follow

CPAN mirroring exclude syntax assistance request

2008-05-30 Thread David Favor
I'm running a local CPAN mirror and there is one recursive subdirectory I desire to exclude. I've tried many different syntax variations with no luck. Someone let me know where I'm going wrong: /usr/bin/rsync -av --delete --exclude '/src/***' --no-implied-dirs \ --delete-excluded --prune

Re: -4 / -ipv4 doesn't work

2008-05-30 Thread Gijs Molenaar
This works. Thanks for the answer, now I understand the man page statement about this issue. Matt McCutchen wrote: > On Fri, 2008-05-30 at 12:20 +0200, Gijs Molenaar wrote: >> I try to connect to a host that has IPv4 and IPv6, but IPv6 is currently >> blocked by ACL's. My host also has IPv6 and

Re: rsync on stand alone winXP

2008-05-30 Thread Matt McCutchen
On Fri, 2008-05-30 at 12:02 +0530, Madan Kumar wrote: > And also I am able to copy the files or directory in the same location > where these four(rsync.exe,cygwin.dll,cygwin-0-dll,rsync-param.reg) > are. like these are in C:\program files\rsync folder so by using the > command-> C:\program files\r

Re: -4 / -ipv4 doesn't work

2008-05-30 Thread Matt McCutchen
On Fri, 2008-05-30 at 12:20 +0200, Gijs Molenaar wrote: > I try to connect to a host that has IPv4 and IPv6, but IPv6 is currently > blocked by ACL's. My host also has IPv6 and IPv4. When I pass the -4 or > --ipv4 option to rsync, it doesn't pass it to ssh: [...] Currently, options like -4 only af

-4 / -ipv4 doesn't work

2008-05-30 Thread Gijs Molenaar
Hi, I try to connect to a host that has IPv4 and IPv6, but IPv6 is currently blocked by ACL's. My host also has IPv6 and IPv4. When I pass the -4 or --ipv4 option to rsync, it doesn't pass it to ssh: $ rsync -4 -r -v -v -v -v -l --del . [EMAIL PROTECTED]:SOMEPATH cmd= machine=SOMEHOST user=SOMEUS

How to use Rsync in XP (even copy open files)

2008-05-30 Thread Stuart Halliday
Take a look at my file. http://www.quantumsoft.co.uk/files/pc/save_profile.zip It contains _all_ you need to copy any directory within XP to another. It has an example Rsync command line in the vss-exec.cmd batch file. I use this to copy any open file in XP. You don't need a daemon (Service) se

rsync on stand alone winXP

2008-05-30 Thread Madan Kumar
Hi, I want to use rsync in my project that take increment image of files. This is for windowsXP and vista(stand alone) on localhost no need to use on network. I have following dll and exe:: - rsync.exe - cygwin1.dll - cygpopt-0-dll - rsync-param.reg Now in services.msc I am seeing "rsync" service