Skip to content

Commit

Permalink
Start backup - quick fixes (#117)
Browse files Browse the repository at this point in the history
* start-backup - dots missing

* start-backup - adds missing dash in --type
  • Loading branch information
sleto-it authored Jun 26, 2023
1 parent 69623d7 commit 833df8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/usage/start-backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

!!! admonition "Version added: [2.0.0](../release-notes/2.0.0.md)"

Before you start, read about [selective backups known limitations](../features/selective-backup.md#known-limitations-of-selective-backups-and-restores)
Before you start, read about [selective backups known limitations](../features/selective-backup.md#known-limitations-of-selective-backups-and-restores).

To make a selective backup, run the `pbm backup` command and provide the value for the `--ns` flag in the format `<database.collection>`. The `--ns` flag value is case sensitive. For example, to back up the "Payments" collection, run the following command:

Expand All @@ -59,7 +59,7 @@

!!! admonition "Version added: [2.0.3](../release-notes/2.0.3.md)"

Before you start, read more about [incremental backup](../features/incremental-backup.md#considerations)
Before you start, read more about [incremental backup](../features/incremental-backup.md#considerations).

To start incremental backups, first make a full incremental backup. It will serve as the base for subsequent incremental backups:

Expand All @@ -70,7 +70,7 @@
The `pbm-agent` starts tracking the incremental backup history to be able to calculate and save the difference in data blocks. After that you can run regular incremental backups:

```{.bash data-prompt="$"}
$ pbm backup -type incremental
$ pbm backup --type incremental
```

The incremental backup history looks like this:
Expand Down

0 comments on commit 833df8d

Please sign in to comment.