diff --git a/docs/home/howto/BACKUP.md b/docs/home/howto/BACKUP.md index 45ee9378dc..59b5a4f10e 100644 --- a/docs/home/howto/BACKUP.md +++ b/docs/home/howto/BACKUP.md @@ -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: @@ -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: