United States (change)
Shortcuts: Downloads Fedora Red Hat Network
Account Links: Cart Your Account Logout
For example, To migrate users and group databases to another server with their home directories, please perform the operations as below:
# tar -czf home.tar.gz /home
On the new server, please run:
# tar -zxf home.tar.gz -C /
The user directories will be migrated to the new server with the previous ownership/groupship settings and permission settings.