Re: Exclude files...

2001-05-01 Thread Jeff Ross
Well, no. Do you reckon it ought to be? Scratching head, wondering where I can lay my hands on a DOS machine, if needed... Jeff On Tue, 1 May 2001, Wayne Davison wrote: > On Tue, 1 May 2001, Jeff Ross wrote: > > rsync -aqR -exclude-from=/root/exclude.txt \ > > -e ssh * redhat62:/backup

Re: pipe character in file name

2001-05-01 Thread Marc Ochs
( (I tried a test case with a pipe character in a filename and it had no (problem. Can you reduce it to a simple case where you start with an empty (directory and give step-by-step instructions on how to reproduce the (problem? ( Yeah, sorry, I got it to work too, I'm not sure if the file was de

Re: Exclude files...

2001-05-01 Thread Wayne Davison
On Tue, 1 May 2001, Jeff Ross wrote: > rsync -aqR -exclude-from=/root/exclude.txt \ >-e ssh * redhat62:/backup/rsync/firewall Here's a W.A.G.: Is the exclude.txt file in DOS format (with CR+LF line endings)? ..wayne..

Exclude files...

2001-05-01 Thread Jeff Ross
Hi, I'm having some trouble excluding files to be rsync-ed across my lan to a central server. I've tried the following command: rsync -aqR -exclude-from=/root/exclude.txt \ -e ssh * redhat62:/backup/rsync/firewall with the following as the contents of /root/exclude.txt proc/ dev/ mnt

Re: pipe character in file name

2001-05-01 Thread Noel L Yap
I think the error is occurring 'cos of the pipe in the command line (but I'm not sure 'cos I don't know what your rsync command is doing). Try sed'ing the output of rsync to convert | to \| (or maybe \\\|). Noel [EMAIL PROTECTED] on 2001.05.01 14:24:54 To: [EMAIL PROTECTED] cc: [EMAIL P

Re: ssh and rsync between freebsd boxes

2001-05-01 Thread Dave Dykstra
On Tue, May 01, 2001 at 12:29:19PM -0400, Dave VanAuken wrote: > running into a problem that is starting to get annoying. > FreeBSD 4.3 stable, OpenSSH > > trying to rsync a single file over ssh so identicle copies are stored > on each server > > /usr/local/file.name > > according to documentat

Re: pipe character in file name

2001-05-01 Thread Dave Dykstra
On Tue, May 01, 2001 at 12:26:12PM -0400, Marc Ochs wrote: > > Andrew/All, > > This is related to the spaces in filenames issue > that is mentioned in the FAQ, but for me > it's pipe characters. The error I get is: > > send_files failed to open > /content/vignette/cached-content/ew/cminrev/0,4

ssh and rsync between freebsd boxes

2001-05-01 Thread Dave VanAuken
running into a problem that is starting to get annoying. FreeBSD 4.3 stable, OpenSSH trying to rsync a single file over ssh so identicle copies are stored on each server /usr/local/file.name according to documentation on various sites and resources the proceedure should roughly be the following

pipe character in file name

2001-05-01 Thread Marc Ochs
Andrew/All, This is related to the spaces in filenames issue that is mentioned in the FAQ, but for me it's pipe characters. The error I get is: send_files failed to open /content/vignette/cached-content/ew/cminrev/0,4519,Dancing_at_Lughnasa|studio-co mma,00.html: No such file or directory The