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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Snapraid AIO Script
2
2
The definitive all-in-one [SnapRAID](https://github.com/amadvance/snapraid) script on Linux. I hope you'll agree :).
3
3
4
-
There are many SnapRAID scripts out there, but none has the features I want. So I made my own, inspired by existing solutions.
4
+
There are many SnapRAID scripts out there, but none had the features I wanted. So I made my own, inspired by existing solutions.
5
5
6
6
It is meant to be run periodically (daily), do the heavy lifting and send an email you will actually read.
7
7
@@ -15,7 +15,7 @@ Contributions are welcome!
15
15
*[How it works](#how-it-works)
16
16
+[Additional Features](#additional-features)
17
17
*[Customization](#customization)
18
-
+[Customizable features](#customizable-features)
18
+
+[Available options](#available-options)
19
19
*[A nice email report](#a-nice-email-report)
20
20
-[Requirements](#requirements)
21
21
-[Installation](#installation)
@@ -59,9 +59,9 @@ Contributions are welcome!
59
59
- Can be used to track script execution time, status and promptly alert about errors.
60
60
- Supports [Healthchecks.io](https://healthchecks.io), and 100+ services via Apprise (Telegram, Discord, Slack, etc)
61
61
- You can also get notified with the `Snapraid SMART log` and `Snapraid Status`
62
-
- Notification Hook: if your favourite notification service is not supported by this script, you can use a custom notification command or another mail binary
62
+
- Notification Hook: if your favourite notification service is not supported by this script, you can use a custom notification command or another mail binary **[deprecated, use Apprise]**
63
63
- Important messages are also sent to the system log.
64
-
- Emails are still the best place to get detailed but readable information.
64
+
- Emails reports are still the best way to get detailed but readable information.
65
65
66
66
## Customization
67
67
Many options can be changed to your taste, their behavior is documented in the config file.
@@ -100,10 +100,10 @@ If you don't know what to do, I recommend using the default values and see how i
100
100
- If the script ends with a **_WARNING_** message, it will report **_DOWN_** to Healthchecks.io, if the message is **_COMPLETED_** it will report **_UP_**.
101
101
- Notifications services via [Apprise](https://github.com/caronc/apprise)
102
102
- Send notifications to Telegram, Discord, Slack... you name it! Apprise supports 100+ services! Configuration is simple, instructions [are here](https://github.com/caronc/apprise/wiki).
103
-
- If you don't read your emails every day, this is a great one for you, since you can be quickly informed if things go wrong.
104
-
- The script will report when is started and when is completed. If there's a failure it's included as well.
103
+
- If you don't read your emails every day, this is a great one for you, since you can be quickly informed if things go wrong.
104
+
- The script will report when it's started and when it's completed. If there's a failure, it's notified as well.
105
105
- You can choose to get the output attached if there's a warning (only supported by some services, check Apprise docs)
106
-
- Notification Hook
106
+
- Notification Hook**[deprecated, use Apprise]**
107
107
- Made for external services or mail binaries with different commands than `mailx`.
108
108
- Configure the path of the script or the mail binary to be invoked.
109
109
- You can still use native services since it only replaces the standard email.
0 commit comments