Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • petrklima-master-patch-69197
  • debian
  • pristine-tar
  • upstream
  • maethor-master-patch-46063
  • maethor-master-patch-70558
  • expand_pruning_options
  • systemd_integration
  • borg-sftp-support
  • nap-initial
  • mariaback_full-intial
  • borg-ssh-keygen
  • borg-custom-init-options
  • stretch-backports
  • backupninja_debian/1.2.1-1
  • backupninja_upstream/1.2.1
  • backupninja-1.2.1
  • backupninja_debian/1.2.0-1
  • backupninja_upstream/1.2.0
  • backupninja-1.2.0
  • backupninja-1.2.0-rc1
  • backupninja_debian/1.1.0-1
  • backupninja_upstream/1.1.0
  • backupninja-1.1.0
  • 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
35 results

sh.in

Blame
  • Forked from Liberate / backupninja
    Source project has a limited visibility.
    example.sys 1.06 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.__star__.txt
    
    # hardware = yes
    # hardwarefile = /var/backups/hardware.txt