RE: Help: how to get the module list

2001-02-12 Thread Tal Dayan
age- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, February 12, 2001 8:17 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Help: how to get the module list > > > when you're not going to an rshd server, the concept of modules > does

Re: Help: how to get the module list

2001-02-12 Thread tim . conway
when you're not going to an rshd server, the concept of modules does not exist. you're reaching through a remote shell of some sort (rsh, remsh, ssh, whatever), and executing the rsh command on that end. you'll have to modify your routines to use the new type of information. good luck. Tim

RE: Help: how to get the module list

2001-02-10 Thread Tal Dayan
February 10, 2001 3:23 PM > To: Tal Dayan; [EMAIL PROTECTED] > Subject: Re: Help: how to get the module list > > > On Sat, 10 Feb 2001, Tal Dayan wrote: > >We have a backup script (on Linux x86 6.0) that retrieves the list of > >modules (the '[name'] things de

Re: Help: how to get the module list

2001-02-10 Thread Pierre Abbat
On Sat, 10 Feb 2001, Tal Dayan wrote: >We have a backup script (on Linux x86 6.0) that retrieves the list of >modules (the '[name'] things defined in rsyncd.conf) of a remote server and >than sync it in. This is done using the command: > >rsync --rsh=/usr/bin/rsh --recursive --times myserver.com:

Help: how to get the module list

2001-02-10 Thread Tal Dayan
Hello, This is my first posting to this list. We have a backup script (on Linux x86 6.0) that retrieves the list of modules (the '[name'] things defined in rsyncd.conf) of a remote server and than sync it in. This is done using the command: rsync --rsh=/usr/bin/rsh --recursive --times myserver