From 0ac92d5bacb78fc73ac548f364bc10b9c32353b6 Mon Sep 17 00:00:00 2001 From: Sheng Yang Date: Fri, 22 Mar 2019 19:25:35 -0700 Subject: [PATCH] Update restore-to-file.md --- docs/restore-to-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/restore-to-file.md b/docs/restore-to-file.md index e030f08..9338d2a 100644 --- a/docs/restore-to-file.md +++ b/docs/restore-to-file.md @@ -6,7 +6,7 @@ This command gives users the ability to restore a backup to a `raw` image or a ` 1.1 Volume has no base image: Make a copy of `examples/restore_to_file.yaml.template` as e.g. `restore.yaml`. - 1.2 Volume has a base image: Make a copy of `examples/restore_to_file_with_backing_file.yaml.template` as e.g. `restore.yaml`, and set argument `backing-file` by replacing `` with your base image, e.g. `rancher/longhorn-test:baseimage-ext4`. + 1.2 Volume has a base image: Make a copy of `examples/restore_to_file_with_base_image.yaml.template` as e.g. `restore.yaml`, and set argument `backing-file` by replacing `` with your base image, e.g. `rancher/longhorn-test:baseimage-ext4`. 2. Set the node which the output file should be placed on by replacing ``, e.g. `node1`.