Dump script
Posted in Backup on November 2nd, 2006 by Johan Huysmans – Comments OffI updated my dump script.
2 features are added:
* dump a package list of the rpm database (command: rpm -qa)
* dump the partition table (command: sfdisk -d)
The different dump-commands are now placed in a “if” structure, this means you can define at the top if you want to run that specific dump or not. The next thing I will change is to let the script decide you can dump something or not. So if the specific dump command exists it will run it otherwise it will just skip that dump-section.
You can find the dump script here. More Information about the dumping of the partition table can be found on MDLog:/sysadmin.