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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,18 +21,18 @@ Works on x64 **Linux** , **NAS** solutions based on arm/arm64, **Windows** x64 a
21
21
So, a new backup solution out of nowhere, packed with too much features for it's own good ? Not really !
22
22
23
23
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.
25
25
Still, NPBackup repos are basically managed by restic, and can be viewed / restored / maintained by standalone restic, so data availability is guaranteed.
26
26
27
27
## NPBackup Design Philosophy
28
28
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!
30
30
The core design idea is to make backups available (obviously !), even partial, on system / network failures.
31
31
32
32
>[!TIP]
33
33
> It's always better to have some data than none
34
34
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:
36
36
37
37
- 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.
38
38
@@ -87,7 +87,7 @@ Backups are run by setting up a scheduled task / cron job manually or via integr
87
87
- Included upgrade server ready to run in production
88
88
- Fullblown CLI interface with optional --json API mode
89
89
- End User GUI
90
-
- Optional vieweronly binaries
90
+
- Optional viewer-only binaries
91
91
- Internationalization support (en, fr as of Apr 2024)
92
92
- Comes with full exclusion lists for Linux, Synology and Windows OSes
93
93
@@ -167,7 +167,7 @@ Linux distributions comes in two flavors:
167
167
- non legacy: any distribution with glibc >= 2.34 should work (compiled on RHEL 9)
168
168
- arm and arm64 builds are compiled on Debian stretch for use with glibc > 2.2
169
169
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.
171
171
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.
172
172
173
173
For other install methods, please see the [wiki](https://github.com/netinvent/npbackup/wiki)
@@ -254,4 +254,4 @@ Currently supported: `en-US`, `fr-FR`
254
254
- Thanks to the Restic Team without which this program would not be possible
255
255
- Thanks to https://github.com/solaluset who packaged i18nice internationalization for us
256
256
- 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