LINUX , RedHat, AIX, and others
LINUX , RedHat, AIX, and others
Pages
Home
Video
Wednesday, July 22, 2015
RHEL v7: how to make tgz file
How to make a tgz file and backup
cd /
tar -cvzf /root/file.tar /usr/local
ls -al /root/file.tar
gzip /root/file.tar
mv /root/file.tar.gz /root/file.tgz
ls -al /root/file.tgz
gunzip /root/file.tgz
ls -al /root/file.tar
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment