Re: ssh & keep absolute local paths from --include-from=file remotely

2003-11-10 Thread Wayne Davison
On Mon, Nov 10, 2003 at 01:58:07AM +0100, Thomas Otto wrote: > So all I want is rsyncing files while preserving their _absolute_ paths > on the target machine which doesn't seem possible. Check out the --relative (-R) option in the man page. That would let you do something like this: rsync -avR

unexpected --exclude pattern behaviours with glob wildcards

2003-11-10 Thread Ian! D. Allen
Rsync version: rsync-2.5.6-3mdk (Mandrake 9.2) I see from the CVS log that some of the following awkwardness may be fixed (or at least different) in the next public release. I'm looking forward to that. In the interim, here are some problems: - Problem 1 - unexpected consequence of repl

Re: unexpected --exclude pattern behaviours with glob wildcards

2003-11-10 Thread Wayne Davison
On Mon, Nov 10, 2003 at 12:28:39PM -0500, Ian! D. Allen wrote: > I see from the CVS log that some of the following awkwardness may be > fixed (or at least different) in the next public release. Yes, there was quite a bit of bug-fixing in this area for the next release. The 2 problems you cited we

Re: Rsync - expensive startup question

2003-11-10 Thread Richard van Beers
Corey McGuire wrote: Would something like "find -type d -exec rsync {}/* server::mod/{}/. \;" work for you? At least, something elong those lines... Correct me whilst Im probably wrong... but it touches one of those questions I lowly sysadmin ponder about: would rsyncing on a per file bas

Re: malloc errors? out of memory with many files on HP-UX

2003-11-10 Thread Regis_Pei
Have you checked the maxdsiz kernel parameter? The default is 0x400 which is only 64MBs. |-+--> | | "King, Daniel" | | | <[EMAIL PROTECTED]> | | | Sen

Re: ssh & keep absolute local paths from --include-from=file remotely

2003-11-10 Thread Thomas Otto
So all I want is rsyncing files while preserving their _absolute_ paths on the target machine which doesn't seem possible. Check out the --relative (-R) option in the man page. That would let you do something like this: rsync -avR `cat /path/file-list` dest:/ Or, the CVS version of rsync which h

Deleting a remote file when deleted locally...

2003-11-10 Thread mailinglists
Hello, I have several individual files in a directory that I want to keep syncronized. Here's an example: Server #1 (host): /tmp/file1 /tmp/file2 Now of course I can run "rsync -a /tmp/file1 [EMAIL PROTECTED]:/tmp"... But, when I delete /tmp/file1 from the host and try to run this it complain

Next release of rsync - when?

2003-11-10 Thread John Van Essen
On Mon, 10 Nov 2003, Wayne Davison <[EMAIL PROTECTED]> wrote: > > ... This fix is also in CVS (along with several others). As another poster pointed out recently, it's been a long time since 2.5.6 was released (Jan 28 2003). Many recent replies to questions posted to this list are variants of "It

Re: Next release of rsync - when?

2003-11-10 Thread jw schultz
On Mon, Nov 10, 2003 at 09:52:22PM -0600, John Van Essen wrote: > On Mon, 10 Nov 2003, Wayne Davison <[EMAIL PROTECTED]> wrote: > > > > ... This fix is also in CVS (along with several others). > > As another poster pointed out recently, it's been a long time since > 2.5.6 was released (Jan 28 2003