X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Fsys;h=fe780b5c1c2897312976bbb6cf2a5025f3bac458;hb=7a8a4455bed618e18254dcadb319c69a95edd64d;hp=be8f3fca435809e90316f6af900ba1abdb817491;hpb=6b965976bd596565ce808d0cd2856fd2a4f2dd61;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/sys b/handlers/sys index be8f3fc..fe780b5 100755 --- a/handlers/sys +++ b/handlers/sys @@ -14,14 +14,14 @@ # (MAKE SURE YOU PARTITION THE CORRECT DISK!!!) # # (3) hardware information. -# write to a text file the important things which hwinfo can discover. +# write to a text file the important things which hwinfo can gleen. # getconf packages yes getconf packagesfile /var/backups/dpkg-selections.txt getconf partitions yes -getconf partitionsfile '/var/backups/partitions.*.txt' +getconf partitionsfile /var/backups/partitions.__star__.txt getconf hardware yes getconf hardwarefile /var/backups/hardware.txt @@ -91,6 +91,7 @@ if [ "$hardware" == "yes" ]; then fi touch $hardwarefile echo -e "\n\n====================== summary ======================\n" >> $hardwarefile + debug "hwinfo --short --cpu --network --disk --pci >> $hardwarefile" hwinfo --short --cpu --network --disk --pci >> $hardwarefile for flag in cpu network disk bios pci; do echo -e "\n\n====================== $flag ======================\n" >> $hardwarefile