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