How to rsync selective subdirectories

2002-08-12 Thread Nitin Agarwal
Hi My directory structure is something like following: List of files in /abc/dir/ 20020811 20020812 20020814 20020815 (where directory name above is the date, and daily changes i.e. directories are added and deleted) list of files in /abc/dir/20020811

Re: How to rsync selective subdirectories

2002-08-12 Thread Pepijn Palmans
directory structure is something like following: List of files in /abc/dir/ 20020811 20020812 20020814 20020815 (where directory name above is the date, and daily changes i.e. directories are added and deleted) list of files in /abc/dir/20020811

--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

rsync via floppy

2002-08-12 Thread Alberto Accomazzi
Our project is considering supporting a mirror site which is going to be off the network (essentially a stand-alone mirror for a local LAN in a place without internet connectivity). So I am in the (unfortunate) position of having to decide how to do this (or if this can be done at all). The

secrets file, reverse resolution problems

2002-08-12 Thread Alex Kramarov
Hi. (once more) After setting up rsync as daemon, i would like to point out 2 problems I have a single user name in my secrets file, and if i do not provide an empty line after that username, rsync won't authenticate the user for me. only if i put a blank line after the username. This is a

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

Re: How to rsync selective subdirectories

2002-08-12 Thread Wayne Davison
On Mon, 12 Aug 2002, Nitin Agarwal wrote: I want to rsync all the dates directories but only the toid subdirectory. The easiest thing to do might be to use the -R (--relative) option, like this: rsync -avR /abc/dir/*/toid host:/dest/ This will create the /abc/dir/DATE/toid dirs on the

Re: rsync --password-file on cygwin

2002-08-12 Thread tim . conway
Why not just let cygwin keep modes? edit your cygwin.bat put set CYGWIN=NTEA NTSEC before where it calls bash. I seem to remember that you can make do with only the NTEA for that purpose. Tim Conway [EMAIL PROTECTED] 303.682.4917 office, 303.921.0301 cell Philips Semiconductor - Longmont TC