Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RidRisR committed Nov 28, 2024
1 parent 2770c85 commit 461ed2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/backup-to-azblob-using-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,15 +268,15 @@ To pause the log backup task, you only need to change the `logSubcommand` from `
#accessTier: Hot
```

You can view the log backup status by checking the information of the `Backup` CR:
You can see the `STATUS` of the `Backup` CR named `log-backup-azblob` change from `Running` to `Pause`:

```shell
kubectl get backup -n backup-test
```

```
NAME MODE STATUS ....
log-backup-azblob log Pause ....
log-backup-azblob log Pause ....
```

#### Resume log backup
Expand Down

0 comments on commit 461ed2a

Please sign in to comment.