@@ -370,7 +370,7 @@ Getting Started
370
370
you can skip it.
371
371
372
372
STEP 4 -> Sync
373
- Run the "sync" command to resynchronize the array with the new disk.
373
+ Run the "sync" command to re-synchronize the array with the new disk.
374
374
375
375
:snapraid sync
376
376
@@ -446,7 +446,7 @@ Commands
446
446
447
447
You can spin-up only some specific disks using the -d, --filter-disk option.
448
448
449
- Take care that spinniup -up all the disks at the same time needs a lot of power.
449
+ Take care that spinning -up all the disks at the same time needs a lot of power.
450
450
Ensure that your power-supply can sustain that.
451
451
452
452
Nothing is modified.
@@ -601,7 +601,7 @@ Commands
601
601
It works like "fix", but it only simulates a recovery and no change
602
602
is written in the array.
603
603
604
- This command is mostly intended for manual verifications ,
604
+ This command is mostly intended for manual verification ,
605
605
like after a recovery process or in other special conditions.
606
606
For periodic and scheduled checks uses "scrub".
607
607
@@ -622,7 +622,7 @@ Commands
622
622
dup
623
623
Lists all the duplicate files. Two files are assumed equal if their
624
624
hashes are matching. The file data is not read, but only the
625
- precomputed hashes are used.
625
+ pre-computed hashes are used.
626
626
627
627
Nothing is modified.
628
628
@@ -634,7 +634,7 @@ Commands
634
634
symbolic links.
635
635
636
636
When updating, all the present symbolic links and empty
637
- subdirectories are deleted and replaced with the new
637
+ sub-directories are deleted and replaced with the new
638
638
view of the array. Any other regular file is left in place.
639
639
640
640
Nothing is modified outside the pool directory.
@@ -656,20 +656,20 @@ Commands
656
656
Nothing is modified.
657
657
658
658
touch
659
- Sets arbitrarely the sub-second timestamp of all the files
659
+ Sets arbitrarily the sub-second time-stamp of all the files
660
660
that have it at zero.
661
661
662
662
This improves the SnapRAID capability to recognize moved
663
- and copied files as it makes the timestamp almost unique,
663
+ and copied files as it makes the time-stamp almost unique,
664
664
removing possible duplicates.
665
665
666
- More specifically, if the sub-second timestamp is not zero,
666
+ More specifically, if the sub-second time-stamp is not zero,
667
667
a moved or copied file is identified as such if it matches
668
- the name, size and timestamp . If instead the sub-second timestamp
668
+ the name, size and time-stamp . If instead the sub-second time-stamp
669
669
is zero, it's considered a copy only if it matches the full path,
670
- size and timestamp .
670
+ size and time-stamp .
671
671
672
- Note that the second precision timestamp is not modified,
672
+ Note that the second precision time-stamp is not modified,
673
673
and all the dates and times of your files will be maintained.
674
674
675
675
rehash
@@ -786,7 +786,7 @@ Options
786
786
from the array after the last "sync".
787
787
If you still have such files, they could be used by "check"
788
788
and "fix" to improve the recover process.
789
- The files are read also in subdirectories and they are
789
+ The files are read also in sub-directories and they are
790
790
identified regardless of their name.
791
791
This option can be used only with "check" and "fix".
792
792
@@ -842,7 +842,7 @@ Options
842
842
to another, and to reuse the already computed hash information
843
843
to detect silent errors or to recover missing files.
844
844
This behavior, in some rare cases, may result in false positives,
845
- or in a slow process due the many hash verifications , and this
845
+ or in a slow process due the many hash verification , and this
846
846
option allows to resolve them.
847
847
This option can be used only with "sync", "check" and "fix".
848
848
@@ -973,7 +973,7 @@ Configuration
973
973
* 5-parity enables penta (five) parity
974
974
* 6-parity enables hexa (six) parity
975
975
976
- Each parity level requires the precence of all the previous parity
976
+ Each parity level requires the presence of all the previous parity
977
977
levels.
978
978
979
979
The same considerations of the 'parity' option apply.
0 commit comments