Re: Help with correct text file syntax EXCLUDE/INCLUDE + OPTION

2010-01-21 Thread nomnex
On Thu, 2010-01-21 at 09:55 +0200, Yan Valuyskiy wrote: I believe for this you'll have to provide a kind of next include file with --files-include option: Thank you. What is the full string for the [OPTION --file-include option], saying the file name below is rsync.list. My understanding

Re: Help with correct text file syntax EXCLUDE/INCLUDE + OPTION

2010-01-21 Thread nomnex
I can not get it to work http://pastebin.com/f432bf596 On Thu, 2010-01-21 at 18:05 +0900, nomnex wrote: On Thu, 2010-01-21 at 09:55 +0200, Yan Valuyskiy wrote: I believe for this you'll have to provide a kind of next include file with --files-include option: Thank you. What

Re: Help with correct text file syntax EXCLUDE/INCLUDE + OPTION

2010-01-21 Thread nomnex
have to provide a kind of next include file with --files-include option: Thank you. What is the full string for the [OPTION --file-include option], saying the file name below is rsync.list. My understanding was --files-from

Help with correct text file syntax EXCLUDE/INCLUDE + OPTION

2010-01-20 Thread nomnex
Hi, Linux-Ubuntu here. English is not my first language. The man rsync is difficult to understand. I want to backup some folders recursively and some files, see [1] in my /home dir to an external USB HD (Ext4). I want to use a text file for the purpose. [1] /home/user/Documents

Re: --include option

2002-08-14 Thread Nitin Agarwal
]] Sent: Tuesday, August 13, 2002 12:57 AM To: Leaw, Chern Jian Cc: '[EMAIL PROTECTED]' Subject: Re: --include option On Mon, 12 Aug 2002, Leaw, Chern Jian wrote: # rsync -avz --include-from=files_included /stor/circuit_design/ mickey.willowglen.com:/stor/circuit_design/ The problem

RE: --include option

2002-08-14 Thread Leaw, Chern Jian
- /* AND + /clock_speed + /fub_layout - /* Could you please help me out? Thanks. -Original Message- From: Nitin Agarwal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 3:49 PM To: Leaw, Chern Jian Cc: 'Wayne Davison'; '[EMAIL PROTECTED]' Subject: Re: --include option Rather u can make

Re: --include option

2002-08-14 Thread Nitin Agarwal
PROTECTED]] Sent: Wednesday, August 14, 2002 3:49 PM To: Leaw, Chern Jian Cc: 'Wayne Davison'; '[EMAIL PROTECTED]' Subject: Re: --include option Rather u can make two files, name the first one as includelist and second one as exclude list. Make entries of all the files u want to include

RE: --include option

2002-08-14 Thread Wayne Davison
On Tue, 13 Aug 2002, Leaw, Chern Jian wrote: I tried your suggestion, but did not work. It still copied the entire filesystem across to the destination machine. Since you failed to provide the command-line you're using, I can't tell you exactly why your command failed. For instance, if you

RE: --include option

2002-08-14 Thread Wayne Davison
On Wed, 14 Aug 2002, Wayne Davison wrote: In a combined file, items that begin with + are always taken to be exclusions Of course, that should have been inclusions, not exclusions. ..wayne.. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting,

RE: --include option

2002-08-13 Thread Leaw, Chern Jian
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 12:57 AM To: Leaw, Chern Jian Cc: '[EMAIL PROTECTED]' Subject: Re: --include option On Mon, 12 Aug 2002, Leaw, Chern Jian wrote: # rsync -avz --include-from=files_included /stor/circuit_design/ mickey.willowglen.com:/stor

--include option

2002-08-12 Thread Leaw, Chern Jian
HI, I'm trying to have files to be included during rsync. I have the filesystem /stor/circuit_design/, with the following subdirectories as its contents: clock_speed fub_layout test_simulations pattern_flow I would only like to rsync the following 2

Re: --include option

2002-08-12 Thread Wayne Davison
On Mon, 12 Aug 2002, Leaw, Chern Jian wrote: # rsync -avz --include-from=files_included /stor/circuit_design/ mickey.willowglen.com:/stor/circuit_design/ The problem with your command is that it contains include directives but no exclusions, so nothing limits the default operation of