Skip to content
Snippets Groups Projects
example.sys 1.45 KiB
Newer Older
  • Learn to ignore specific revisions
  • elijah's avatar
    elijah committed
    #
    # this config file will save various reports of vital system information.
    # by default, all the reports are enabled and are saved in /var/backups.
    #
    
    # requires dpkg, sfdisk, and hwinfo
    #
    
    elijah's avatar
    elijah committed
    # (1) a list of all the packages installed and removed.
    #     this file can be used to restore the state of installed packages
    #     by running "dpkg --set-selections < dpkg-selections.txt
    # 
    # (2) the partition table of all disks. 
    #     this partition table can be used to format another disk of
    #     the same size. this can be handy if using software raid and 
    #     you have a disk go bad. just replace the disk and partition it
    #     by running "sfdisk /dev/sdb < partitions.sdb.txt"
    #     (MAKE SURE YOU PARTITION THE CORRECT DISK!!!)
    #
    # (3) hardware information. 
    
    #     detailed information on most important aspects of the hardware.
    
    elijah's avatar
    elijah committed
    #
    
    # here are the defaults, commented out:
    
    # packages = yes
    # packagesfile = /var/backups/dpkg-selections.txt
    
    # partitions = yes
    
    # NOTE: the __star__ below will be replaced by the disks found on the
    # system (e.g. partitions.sda.txt, partitions.sdb.txt). If you change 
    # the partitionsfile default below, be sure to include the __star__ 
    # replacement in the filename, or you will get one file for only one disk, 
    # the others being written to the same file, and then overwritten by the next.
    # partitionsfile = /var/backups/partitions.__star__.txt
    
    micah's avatar
    micah committed
    # dosfdisk = yes
    
    elijah's avatar
    elijah committed
    
    # hardware = yes
    # hardwarefile = /var/backups/hardware.txt
    
    micah's avatar
    micah committed
    # dohwinfo = yes
    
    elijah's avatar
    elijah committed