From c7f40d8a764dd1913396431ede06b01a3fbbb17c Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Tue, 2 Sep 2025 07:47:48 +0200 Subject: [PATCH] Minor fixes in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e1c9dd7..0edc17b 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ NPBackup also has the ability to launch housekeeping operations after backups in #### The usual server backup solution -It's always most advisable to do server backups as complete disk image, which is especially easy when run as virtual machine. +It's always most advisable to do server backups as complete disk images, which is especially easy when run as virtual machine. But in a world of cloud servers, one needs a backup solution that will run inside a VM (or baremetal), and backup various services likes files and/or databases where snapshots/dump operations are required. -NPBackup can run pre-exec and post-exec commands (with timeouts and failure action), can accept direct database dumps via stdin_from_command parameter, can trigger VSS on windows, can filter +NPBackup can run pre-exec and post-exec commands (with timeouts and failure action), can accept direct database dumps via stdin_from_command parameter, can trigger VSS on windows and can exclude various unnecessary files. Backups are run by setting up a scheduled task / cron job manually or via integrated task creation. @@ -103,7 +103,7 @@ Backups are run by setting up a scheduled task / cron job manually or via integr - Google Cloud Storage* - OpenStack Swift* - Alibaba Cloud (Aliyun) Object Storage System (OSS)* - - Rclone support + - Rclone support* - Resume on interrupted backups* - VSS snapshot fallback