Skip to content

Commit 1b905de

Browse files
authored
Merge pull request #168 from GuitarBilly/patch-1
Update README.md
2 parents 5fd044a + 9cb33fd commit 1b905de

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ Works on x64 **Linux** , **NAS** solutions based on arm/arm64, **Windows** x64 a
2121
So, a new backup solution out of nowhere, packed with too much features for it's own good ? Not really !
2222

2323
NPBackup relies on the well known [restic](https://restic.net) backup program, which has been battle proven for years.
24-
While restic is a fanstastic program, NPBackup expands restic by offering a wider set of features and ecosystem integration.
24+
While restic is a fantastic program, NPBackup expands restic by offering a wider set of features and ecosystem integration.
2525
Still, NPBackup repos are basically managed by restic, and can be viewed / restored / maintained by standalone restic, so data availability is guaranteed.
2626

2727
## NPBackup Design Philosophy
2828

29-
NPBackup is a multiparadigm backup solution which tries to solve two major backup problems, server and laptop backups !
29+
NPBackup is a multiparadigm backup solution which tries to solve two major backup problems, server and laptop backups!
3030
The core design idea is to make backups available (obviously !), even partial, on system / network failures.
3131

3232
>[!TIP]
3333
> It's always better to have some data than none
3434
35-
The NPBackup design is the result of a multitude of reald world experience. Examples include:
35+
The NPBackup design is the result of a multitude of real world experience. Examples include:
3636

3737
- For instance, one can configure a "minimum backup size" under which NPBackup reports the backup as failed. Imagine a user moving all it's data from folder A to folder B, while only folder A is setup for backup. Most backup solutions would not complain, but when the time comes for a restore operation, there would be an empty folder. NPBackup informs the monitoring in that scenarios.
3838

@@ -87,7 +87,7 @@ Backups are run by setting up a scheduled task / cron job manually or via integr
8787
- Included upgrade server ready to run in production
8888
- Fullblown CLI interface with optional --json API mode
8989
- End User GUI
90-
- Optional viewer only binaries
90+
- Optional viewer-only binaries
9191
- Internationalization support (en, fr as of Apr 2024)
9292
- Comes with full exclusion lists for Linux, Synology and Windows OSes
9393

@@ -167,7 +167,7 @@ Linux distributions comes in two flavors:
167167
- non legacy: any distribution with glibc >= 2.34 should work (compiled on RHEL 9)
168168
- arm and arm64 builds are compiled on Debian stretch for use with glibc > 2.2
169169

170-
On Windows, you should decompress zip archive and run the executable inside it.
170+
On Windows, you should decompress the zip archive and run the executable inside it.
171171
The x64 binary is compatible with Windows 10+. The x86 binary is compatible with windows Vista and higher. On those old systems, you might need to install Visual C runtime 2015.
172172

173173
For other install methods, please see the [wiki](https://github.com/netinvent/npbackup/wiki)
@@ -254,4 +254,4 @@ Currently supported: `en-US`, `fr-FR`
254254
- Thanks to the Restic Team without which this program would not be possible
255255
- Thanks to https://github.com/solaluset who packaged i18nice internationalization for us
256256
- Special thanks to the BTS SIO 2nd year class of 2022 at Lycee Marillac / Perpignan who volunteered as GUI Q&A team
257-
- Thanks to @Guitarbilly for his efforts in reporting bugs, asking questions, and general improvement suggestions
257+
- Thanks to @Guitarbilly for his efforts in reporting bugs, asking questions, and general improvement suggestions

0 commit comments

Comments
 (0)