You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Instead of forcing a sync based on the number of deleted files, you may consider the `ADD_DEL_THRESHOLD` feature, by allowing a sync that would otherwise violate the delete threshold, if the ratio of added to deleted files is greater than the value set.
37
37
- If parity info is out of sync **but** the number of deleted or changed files did not exceed the threshold, it **executes a sync** to update the parity info.
38
38
- When the parity info is in sync, either because nothing has changed or after a successfully sync, it runs the `snapraid scrub` command to validate the integrity of the data, both the files and the parity info. If sync was cancelled or other issues were found, scrub will not be run.
39
-
- Note that each run of the scrub command will validate only a configurable portion of parity info to avoid having a long running job and affecting the performance of the server.
39
+
- Note that each run of the scrub command will validate only a (configurable) portion of parity info to avoid having a long running job and affecting the performance of the server.
40
40
- Scrub frequency can also be customized in case you don't want to do it every time the script runs.
41
41
- It is still recommended to run scrub frequently.
42
42
- Extra information can be added, like SnapRAID's disk health report or SnapRAID array status.
43
43
- When the script is done sends an email with the results, both in case of error or success, and triggers any 3rd party notifications configured.
44
44
45
-
### Additional Information
45
+
### Additional Features
46
46
- Docker container management
47
47
- Manage containers before SnapRAID operations and restore them when finished. It avoids nasty errors aboud data being written during SnapRAID sync.
48
48
- Support for local and remote Docker instances. Also manage multiple remote Docker instances at once.
@@ -65,7 +65,7 @@ If you don't know what to do, I recommend using the default values and see how i
65
65
66
66
### Customizable features
67
67
- Sync options
68
-
- Sync always (forced sync).
68
+
- Sync always (Forced Sync).
69
69
- Sync after a number of breached threshold warnings.
70
70
- Sync only if thresholds warnings are not breached (enabled by default).
71
71
- Sync even if the delete threshold has been breached, but the ratio of added to deleted files is greater than the value set.
0 commit comments