]> gitweb.fluxo.info Git - backupninja.git/commitdiff
Delete trailing whitespace.
authorintrigeri <intrigeri@boum.org>
Mon, 23 Sep 2013 10:19:26 +0000 (10:19 +0000)
committerintrigeri <intrigeri@boum.org>
Mon, 23 Sep 2013 10:19:26 +0000 (10:19 +0000)
examples/example.sys
handlers/sys.helper.in
handlers/sys.in

index 39d70bde5cd3989594baceabbe67a481de246ef9..f1b59735ec68d4baa6de957d658f8039f350e9e9 100644 (file)
 #
 # (6) LVM metadata for every detected volume group, if "lvm = yes"
 #
-# (7) a copy of each device's MBR, if "mbr = yes". A master boot record 
-#     (MBR) is the 512-byte boot sector that is the first sector of a 
-#     partitioned data storage device of a hard disk. To restore the MBR 
-#     one could do something like: dd if=sda.mbr of=/dev/sda 
+# (7) a copy of each device's MBR, if "mbr = yes". A master boot record
+#     (MBR) is the 512-byte boot sector that is the first sector of a
+#     partitioned data storage device of a hard disk. To restore the MBR
+#     one could do something like: dd if=sda.mbr of=/dev/sda
 #     (MAKE SURE YOU PASS THE CORRECT DEVICE AS of= !!!)
-#     WARNING: Restoring the MBR with a mismatching partition table will 
+#     WARNING: Restoring the MBR with a mismatching partition table will
 #     make your data unreadable and nearly impossible to recover
 #
 # (8) a copy of the BIOS, if "bios = yes" and flashrom is installed
index 7272f48c4a998c29fd94987372d666db1c3461ed..f728f51241d7b0889b3670ed4d34d1bfc4f1c73b 100644 (file)
@@ -57,4 +57,3 @@ $bios
 EOF
    chmod 600 $next_filename
 }
-
index 4ce18fcd6f7a89e11169127722f2f2bf024ae090..55e07992302c43f95d57b8c536d4a1ac54e80cb9 100644 (file)
 #
 # (6) LVM metadata for every detected volume group, if "lvm = yes"
 #
-# (7) a copy of each device's MBR, if "mbr = yes". A master boot record 
-#     (MBR) is the 512-byte boot sector that is the first sector of a 
-#     partitioned data storage device of a hard disk. To restore the MBR 
-#     one could do something like: dd if=sda.mbr of=/dev/sda 
+# (7) a copy of each device's MBR, if "mbr = yes". A master boot record
+#     (MBR) is the 512-byte boot sector that is the first sector of a
+#     partitioned data storage device of a hard disk. To restore the MBR
+#     one could do something like: dd if=sda.mbr of=/dev/sda
 #     (MAKE SURE YOU PASS THE CORRECT DEVICE AS of= !!!)
-#     WARNING: Restoring the MBR with a mismatching partition table will 
+#     WARNING: Restoring the MBR with a mismatching partition table will
 #     make your data unreadable and nearly impossible to recover
 #
 # (8) a copy of the BIOS, if "bios = yes" and flashrom is installed
@@ -751,4 +751,3 @@ if [ "$bios" == "yes" ]; then
       warning "The BIOS could not be saved."
    fi
 fi
-