Re: replicating a user database

2001-01-16 Thread Peter Peltonen
Bret Hughes wrote: > I dont have it on the three systems I just checked. It looks like it USES ssh > but is a seperate package. Could this be the case? I use scp to transfer > files all the time but occationally a "ftp like" client would be very useful. > Any gotchas in using sftp? I've been

Re: replicating a user database

2001-01-16 Thread Bret Hughes
eric clover wrote: > at home i use sftp with a cron to xfer the db's from one machine to another. > sftp comes with ssh > I dont have it on the three systems I just checked. It looks like it USES ssh but is a seperate package. Could this be the case? I use scp to transfer files all the time b

Re: replicating a user database

2001-01-11 Thread eric clover
at home i use sftp with a cron to xfer the db's from one machine to another. sftp comes with ssh eric | EAsiest way would be to cut and paste the relevant parts of/etc/passwd, | /etc/shadow, and /etc/group from one system to the other. | | On Thu, 11 Jan 2001, Peter Peltonen wrote: | | > Is ther

Re: replicating a user database

2001-01-11 Thread Mike Burger
EAsiest way would be to cut and paste the relevant parts of/etc/passwd, /etc/shadow, and /etc/group from one system to the other. On Thu, 11 Jan 2001, Peter Peltonen wrote: > Is there a way to replicate (= move) a user database from one server to > another? > > I'm running RH 6.2 with shadow pas