Re: micro rsync

2007-11-13 Thread Wayne Davison
On Tue, Nov 13, 2007 at 08:01:12AM -0800, Phil49 wrote: > where can i find the patched > version which uses threads instead of rsync ? There is a patch in the "patches" subdir of the 2.6.9 tar file. You can apply it via "patch -p1 https://lists.samba.org/mailman/listinfo/rsync Before posting, rea

Re: micro rsync

2007-11-13 Thread Phil49
Hello Jamie, where can i find the patched version which uses threads instead of rsync ? I'm working on "NO MMU Coldfire" with uclinux. Philippe Jamie Lokier wrote: > > Paul Slootman wrote: >> > Just wondering if anybody has thought about this. I would like to >> > attempt to setup a router w

Connection reset by peer (104)

2007-11-13 Thread Timothy Madden
Hello I have a problem with rsyc 2.6.9 (client and daemon). I have a file in html or xml format and when I indent most of the lines in it than rsync will exit with a network error. My internet connection is all ok and the same file works when the lines are not indented. So it must be something ab

Re: --delete causes rsync failure

2007-11-13 Thread Wayne Davison
On Mon, Nov 12, 2007 at 11:46:06PM -0800, Kaleb Pederson wrote: > rsync --server -vvlogDtpr --backup-dir backup_target --delete . You'll note that rsync said it was using "--delete" as a backup directory. That means that something rearranged the options on the remote system, changing the above to

Re: Transfer files matching a pattern

2007-11-13 Thread Paul Slootman
On Tue 13 Nov 2007, Matt McCutchen wrote: > > > Directories have to be created remotely only if files match > > > > That last restriction is a bit of a spoiler, > > It can be achieved with --prune-empty-dirs . Ah, that's the option I was missing. > > But if you're using --files-from anyway, why

Re: Transfer files matching a pattern

2007-11-13 Thread Matt McCutchen
On Tue, 2007-11-13 at 17:42 +0100, Paul Slootman wrote: > On Tue 13 Nov 2007, Ismaël BALLO wrote: > > I've googled but not found exactly what I want. > > I want to transfer *.log from all directories and subdirectories of /var. > > Directories have to be created remotely only if files match > > Th

DO NOT REPLY [Bug 5079] rsync: failed to open "/path/to/file", continuing: Permission denied (13)

2007-11-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5079 --- Comment #1 from [EMAIL PROTECTED] 2007-11-13 11:27 CST --- Created an attachment (id=2966) --> (https://bugzilla.samba.org/attachment.cgi?id=2966&action=view) s/FERROR/FINFO/ Turning this error message into a warning that does not

DO NOT REPLY [Bug 5079] New: rsync: failed to open "/path/to/file", continuing: Permission denied (13)

2007-11-13 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5079 Summary: rsync: failed to open "/path/to/file", continuing: Permission denied (13) Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Se

Re: Transfer files matching a pattern

2007-11-13 Thread Paul Slootman
On Tue 13 Nov 2007, Ismaël BALLO wrote: > > I've googled but not found exactly what I want. > I want to transfer *.log from all directories and subdirectories of /var. > Directories have to be created remotely only if files match That last restriction is a bit of a spoiler, but ignoring that, thi

Transfer files matching a pattern

2007-11-13 Thread Ismaël BALLO
Hello, I've googled but not found exactly what I want. I want to transfer *.log from all directories and subdirectories of /var. Directories have to be created remotely only if files match How do you do this ? I try rsync -an --progress --files-from=/tmp/source --filter=": /tmp/pattern" / 10.15