@@ -95,7 +95,7 @@ <h2>The FULL backup</h2>
95
95
you need an Internet access to read it.
96
96
</ p >
97
97
< p >
98
- This make the free space on the first usb key floppy a bit smaller, I let
98
+ This make the free space on the first usb key a bit smaller, I let
99
99
you make the substraction because this is subject to change from system
100
100
to system, but let's assume dar_static is less than 5 MiB, thus the
101
101
initial slice should not exceed 95 MB:
@@ -315,7 +315,7 @@ <h3>Check the backup content</h3>
315
315
verify that all expected files are present in the output:
316
316
</ p >
317
317
< code class =block >
318
- dar -l /mnt/usb key /linux_full
318
+ dar -l /mnt/usb/linux_full
319
319
</ code >
320
320
< h3 > Testing the backup</ h3 >
321
321
< p >
@@ -326,7 +326,7 @@ <h3>Testing the backup</h3>
326
326
backup process):
327
327
</ p >
328
328
< code class =block >
329
- dar -t /mnt/usb key /linux_full
329
+ dar -t /mnt/usb/linux_full
330
330
</ code >
331
331
< p >
332
332
If using removable media of poor quality, it is
@@ -552,7 +552,7 @@ <h2>Recovering after a disk crash</h2>
552
552
< p >
553
553
If you have a lot of file to restore, you can activate the swap
554
554
on the partition of your new hard drive:
555
- < code > swapon /dev/hda2 </ code >
555
+ < code > swapon /dev/sda2 </ code >
556
556
</ p >
557
557
</ li >
558
558
< li >
0 commit comments