- cd /etc
- tar cvf /tmp/etc_conf.tar init.d passwd shadow group *.conf
- Hierfuer verwenden Sie die Option -z fuer gzip oder -j fuer bzip
- tar cvzf /tmp/etc_conf.tar.gz init.d passwd shadow group *.conf
- mkdir /tmp/etcbkg
- cd /tmp/etcbkg
- tar tvf /tmp/etc_conf.tar
- tar tvzf /tmp/etc_conf.tar.gz
- tar xvf /tmp/etc_conf.tar
- tar xvzf /tmp/etc_conf.tar.gz
- tar xvf etc_conf.tar "./passwd"
- tar xvf etc_conf.tar "./init.d"
- Erstellen Sie ein Backup Ihres Home-Verzeichnis