Skip to content
Snippets Groups Projects
Select Git revision
  • 054f9fb2ad5d87f99c76ed129b9a85401f97b47e
  • master default protected
  • fix/dont_save_partition_table_of_mapper_devices
  • fix_11285
  • debian
  • pristine-tar
  • upstream
  • backupninja_debian/1.0.2-1
  • backupninja_upstream/1.0.2
  • backupninja-1.0.2
  • backupninja_debian/1.0.1-2
  • backupninja_debian/1.0.1-1
  • backupninja_upstream/1.0.1
  • backupninja-1.0.1
  • backupninja_debian/1.0-1
  • backupninja_upstream/1.0
  • backupninja-1.0
  • backupninja_debian/1.0_rc1-1
  • backupninja_upstream/1.0_rc1
  • backupninja-1.0-rc1
  • backupninja_debian/0.9.10-2
  • backupninja_debian/0.9.10-1
  • backupninja_upstream/0.9.10
  • backupninja-0.9.10
  • backupninja_debian/0.9.9-1
  • backupninja-0.9.9
  • backupninja-0.9.8.1
27 results

example.sys

Blame
  • Forked from Liberate / backupninja
    803 commits behind the upstream repository.
    example.sys 1.05 KiB
    #
    # 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
    #
    # (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.
    #
    
    # here are the defaults, commented out:
    
    # packages = yes
    # packagesfile = /var/backups/dpkg-selections.txt
    
    # partitions = yes
    # partitionsfile = /var/backups/partitions.*.txt
    
    # hardware = yes
    # hardwarefile = /var/backups/hardware.txt