Skip to content

Commit

Permalink
Remove unnecessary provider field from config
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka committed Feb 23, 2022
1 parent 1e1007f commit 81abf6d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/home/howto/BACKUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ filesystem. See [How to store backup](#2-how-to-store-backup) chapter.
### Backup configuration file and command

Copy default configuration for backup from ``defaults/configuration/backup.yml`` into newly created backup.yml config
file, supply correct provider and enable backup for chosen components by setting up ``enabled`` parameter to ``true``.
file and enable backup for chosen components by setting up ``enabled`` parameter to ``true``.

```yaml
kind: configuration/backup
title: Backup Config
name: default
provider: azure
specification:
components:
load_balancer:
Expand Down Expand Up @@ -77,14 +76,13 @@ machine's disk drive. This is not recommended.
### Recovery configuration file and command

Copy existing default configuration from ``defaults/configuration/recovery.yml`` into newly created recovery.yml config
file, supply correct provider and set ``enabled`` parameter for component to recovery. It's possible to choose snapshot
file and set ``enabled`` parameter for component to recovery. It's possible to choose snapshot
name by passing date and time part of snapshot name. If snapshot name is not provided, the latest one will be restored.

```yaml
kind: configuration/recovery
title: Recovery Config
name: default
provider: azure
specification:
components:
load_balancer:
Expand Down

0 comments on commit 81abf6d

Please sign in to comment.