Re: Question on --include-from option.

2003-08-14 Thread Loris Serena
Hi Wayne... OK, it works now. So, would it be correct to say that the source is the path of the --include-from file? Thanks again, Loris Wayne Davison wrote: On Wed, Aug 13, 2003 at 04:43:44PM +0100, Loris Serena wrote: The command was actually split on two lines by the mailer! ;-( I

Re: Question on --include-from option.

2003-08-14 Thread Wayne Davison
On Wed, Aug 13, 2003 at 09:00:32AM -0700, Wayne Davison wrote: /tmp/rsync-include-file: + /testrsync1/ + /testrsync2/ + /testrsync3/ - /*/ Oops, that last line should have just been this: - /* ... without the trailing slash. ..wayne.. -- To unsubscribe or change options:

RE: Question on --include-from option.

2003-08-14 Thread Max Kipness
To: Max Kipness Cc: [EMAIL PROTECTED] Subject: Re: Question on --include-from option. Hi Max! Done that, still no joy... ;-(( ppukweb2% more rsync-include-file /tmp/loris/testrsync1/ /tmp/loris/testrsync2/ /tmp

Re: Question on --include-from option.

2003-08-14 Thread Wayne Davison
On Wed, Aug 13, 2003 at 04:43:44PM +0100, Loris Serena wrote: The command was actually split on two lines by the mailer! ;-( I know, that still doesn't give you a destination since the --include-from option is just a filter on the source. If the ppukweb8:/tmp/loris is your actual destination,

RE: Question on --include-from option.

2003-08-14 Thread Max Kipness
Hi Loris, I believe you will need to add a trailing slash to each line to get the contents within. Max -Original Message- From: Loris Serena[EMAIL PROTECTED] Sent: 8/13/03 7:15:40 AM To: [EMAIL PROTECTED][EMAIL PROTECTED] Subject: Question on --include-from option. Hello list, I am

Re: Question on --include-from option.

2003-08-14 Thread Wayne Davison
On Wed, Aug 13, 2003 at 05:12:02PM +0100, Loris Serena wrote: So, would it be correct to say that the source is the path of the --include-from file? No -- the include-from option just FILTERS the source. The source is the first arg (non-option) on the command-line, which, when combined with an

Re: Question on --include-from option.

2003-08-14 Thread Loris Serena
Hi Wayne, The command was actually split on two lines by the mailer! ;-( It is (all in one line): rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris What I'm doing here is basically some testing with the --include-from option. What should my rsync-include-file

Re: Question on --include-from option.

2003-08-14 Thread Wayne Davison
On Wed, Aug 13, 2003 at 01:15:11PM +0100, Loris Serena wrote: rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris This command doesn't specify a destination, just a source. Thus, it just lists the source. You must tell rsync where to put the files if you want

Re: Question on --include-from option.

2003-08-14 Thread Loris Serena
Hi Max! Done that, still no joy... ;-(( ppukweb2% more rsync-include-file /tmp/loris/testrsync1/ /tmp/loris/testrsync2/ /tmp/loris/testrsync3/ ppukweb2% rsync -azv -e ssh --stats --include-from=/tmp/rsync-include-file ppukweb8:/tmp/loris receiving file list ... done drwxr-xr-x512

RE: Question on --include-from option.

2003-08-14 Thread Max Kipness
-Original Message- From: Loris Serena [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 7:39 AM To: Max Kipness Cc: [EMAIL PROTECTED] Subject: Re: Question on --include-from option. Hi Max! Done that, still