How to backup user account

Support

Backup user account

tar cvf /tmp/backupaccount.tar \
        /home \
        /var/spool/mail \
        /etc/mail \
        /etc/passwd \
        /etc/shadow \
        /etc/group

Restore user account

cd /
tar xvpf /tmp/backupaccount.tar

Back

Copyright © [- SroNey / JohN -]. All rights reserved

Hosted by www.Geocities.ws

1