mercury
11-14-2001, 06:08 PM
What is the best way to transfer accounts from one server to another server?
Is is possible to transfer the etired /home directory from server to server:
E.g. tar -zcf /home/accounts.tgz /home/accounts (or putting in another directory).
and then get it from the other server (wget) and then
tar -xzf account.tgz from root ?
Can this work? :homer:
I think whit wget i need to pint to an account (wget http://domain.com/accounts.tgz )
Have anyone a better solution?
thanks
Is is possible to transfer the etired /home directory from server to server:
E.g. tar -zcf /home/accounts.tgz /home/accounts (or putting in another directory).
and then get it from the other server (wget) and then
tar -xzf account.tgz from root ?
Can this work? :homer:
I think whit wget i need to pint to an account (wget http://domain.com/accounts.tgz )
Have anyone a better solution?
thanks
