From 855b05318e64e3ece0b2ece691a5b8dd14912b25 Mon Sep 17 00:00:00 2001 From: ipopescu Date: Mon, 18 Sep 2023 13:58:18 +0200 Subject: [PATCH] Fix typo in folder name --- source/docs/casper/operators/aws-nodes/4-backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/casper/operators/aws-nodes/4-backup.md b/source/docs/casper/operators/aws-nodes/4-backup.md index 0afacb9205..8f68ccab4f 100644 --- a/source/docs/casper/operators/aws-nodes/4-backup.md +++ b/source/docs/casper/operators/aws-nodes/4-backup.md @@ -6,7 +6,7 @@ title: Restore and Backup ## Resilience (Self-Healing) -The AWS Casper node contains two attached disks. The first disk contains the operating system and binaries. The second one contains the node data, mounted in the `/var-/lib/casper/casper-node/` folder. +The AWS Casper node contains two attached disks. The first disk contains the operating system and binaries. The second one contains the node data, mounted in the `/var/lib/casper/casper-node/` folder.

Resilience Diagram