Re: [RFC] transfer files listed in a file.

2003-12-11 Thread James A. Morrison
On Thu, 2003-12-11 at 13:48, Wayne Davison wrote: > On Wed, Dec 10, 2003 at 07:49:51PM -0500, James A. Morrison wrote: > > e.g. > > rsync -f rsync.files [EMAIL PROTECTED]::jim/ . > > and > > rsync -s rsync.files [EMAIL PROTECTED]::jim > > In CVS, both directions use the same --files-from option, a

Re: [RFC] transfer files listed in a file.

2003-12-11 Thread Wayne Davison
On Wed, Dec 10, 2003 at 07:49:51PM -0500, James A. Morrison wrote: > e.g. > rsync -f rsync.files [EMAIL PROTECTED]::jim/ . > and > rsync -s rsync.files [EMAIL PROTECTED]::jim In CVS, both directions use the same --files-from option, and this file can be read from either side of the connection. e.

RE: [RFC] transfer files listed in a file.

2003-12-11 Thread Max Kipness
> On Wed, Dec 10, 2003 at 07:49:51PM -0500, James A. Morrison wrote: > > Hi, > > > > We've found a need to list the files to transfer in a > files since our > > command lines got too long. Anyway, the attached patch implements > > reading from a file with two command line options. > > > >

multiple uids for the same module

2003-12-11 Thread Gautam Vasista
Hi, In the rsyncd.conf file i would like to have a module say, proj [proj] path = /myprojects read only = no I have a list of users who would like to send data to this rsync server using the above module. The written data should be owned by the username NOT nobody. How can i add a list of users