Re: Migrating users from one machine to another

2013-11-15 Thread John Tate
That worked, easier than I thought. On Fri, Nov 15, 2013 at 11:42 PM, Nick Holland wrote: > On 11/15/13 05:10, John Tate wrote: >> I want to migrate users from one machine to another, I was hoping >> someone had a script. I basically want to copy every user with a UID >>>= 1000 and their password

Re: Migrating users from one machine to another

2013-11-15 Thread Jan Stary
On Nov 15 21:11:19, j...@johntate.org wrote: > I want to migrate users from one machine to another, I was hoping > someone had a script. I basically want to copy every user with a UID > >= 1000 and their password to the new system. I have copied their home > directories with rsync, so it would be g

Re: Migrating users from one machine to another

2013-11-15 Thread Nick Holland
On 11/15/13 05:10, John Tate wrote: > I want to migrate users from one machine to another, I was hoping > someone had a script. I basically want to copy every user with a UID >>= 1000 and their password to the new system. I have copied their home > directories with rsync, so it would be good if it

Migrating users from one machine to another

2013-11-15 Thread John Tate
I want to migrate users from one machine to another, I was hoping someone had a script. I basically want to copy every user with a UID >= 1000 and their password to the new system. I have copied their home directories with rsync, so it would be good if it could also chmod the permissions back. --