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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo