mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-05 20:44:51 +08:00
Minor fixes in README.md
This commit is contained in:
parent
1b905defc0
commit
c7f40d8a76
1 changed files with 3 additions and 3 deletions
|
@ -64,10 +64,10 @@ NPBackup also has the ability to launch housekeeping operations after backups in
|
||||||
|
|
||||||
#### The usual server backup solution
|
#### 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.
|
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.
|
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*
|
- Google Cloud Storage*
|
||||||
- OpenStack Swift*
|
- OpenStack Swift*
|
||||||
- Alibaba Cloud (Aliyun) Object Storage System (OSS)*
|
- Alibaba Cloud (Aliyun) Object Storage System (OSS)*
|
||||||
- Rclone support
|
- Rclone support*
|
||||||
- Resume on interrupted backups*
|
- Resume on interrupted backups*
|
||||||
- VSS snapshot fallback
|
- VSS snapshot fallback
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue