From 9aeb431032cd1d07fedef48e217f03e91f4ff48f Mon Sep 17 00:00:00 2001 From: Sean Knox Date: Sun, 4 Mar 2018 17:07:51 -0800 Subject: [PATCH] (ubuntu): fix broken etcd snapshot command (#7630) --- docs/getting-started-guides/ubuntu/backups.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/getting-started-guides/ubuntu/backups.md b/docs/getting-started-guides/ubuntu/backups.md index b08f1710c9..e3e621b0b1 100644 --- a/docs/getting-started-guides/ubuntu/backups.md +++ b/docs/getting-started-guides/ubuntu/backups.md @@ -21,10 +21,9 @@ The `snapshot` action of the etcd charm allows the operator to snapshot a running cluster's data for use in cloning, backing up, or migrating to a new cluster. - juju run-action etcd/0 snapshot target=/mnt/etcd-backups - -- **param** target: destination directory to save the resulting snapshot archive. + juju run-action etcd/0 snapshot +This will create a snapshot in `/home/ubuntu/etcd-snapshots` by default. ## Restore etcd data