Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor authored Aug 24, 2024
1 parent 7fba225 commit 1bf1dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Features
- Supports multiple pool/dataset pairs to replicate
- Everything is logged to `${SCRIPTPATH}/logs` by default (can be set to custom location using $LOGBASE variable) but its better to keep it together with the scripts

Check warning on line 12 in README.md

View workflow job for this annotation

GitHub Actions / runner / markdownlint

[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 165] Raw Output: README.md:12:81 MD013/line-length Line length [Expected: 80; Actual: 165]
- Runs off a well documented `config.sh` file (see below)
- Can be run on any schedule using cron with `bash zfs-replicate.sh -config.sh`
- Can be run on any schedule using cron with `bash zfs-replicate.sh config.sh`
- Includes a `get-last-status.sh` (for XigmaNAS) that can be used to email latest replication status, which will email the latest replication status at your preferred schedule. Simply add it as a custom script in the email settings under "System > Advanced > Email Reports"

Check warning on line 15 in README.md

View workflow job for this annotation

GitHub Actions / runner / markdownlint

[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 273] Raw Output: README.md:15:81 MD013/line-length Line length [Expected: 80; Actual: 273]
- Includes ALLOW_REPLICATE_FROM_SCRATCH option (see below, or `config.sh` file for details)

Check warning on line 16 in README.md

View workflow job for this annotation

GitHub Actions / runner / markdownlint

[markdownlint] reported by reviewdog 🐶 MD013/line-length Line length [Expected: 80; Actual: 91] Raw Output: README.md:16:81 MD013/line-length Line length [Expected: 80; Actual: 91]

Expand Down

0 comments on commit 1bf1dba

Please sign in to comment.