Update content/k3s/latest/en/backup-restore/_index.md

Co-authored-by: Brad Davidson <brad@oatmail.org>
This commit is contained in:
Jen Travinski
2021-11-05 17:50:45 -04:00
committed by GitHub
co-authored by Brad Davidson
parent 7073cb868b
commit d175c147cb
@@ -30,7 +30,7 @@ In this section, you'll learn how to create backups of the K3s cluster data and
Snapshots are enabled by default.
The snapshot directory defaults to `${data-dir}/server/db/snapshots`. Note that the `/var/lib/rancher/k3s` prefix can be changed by setting the `--data-dir` flag.
The snapshot directory defaults to `${data-dir}/server/db/snapshots`. The data-dir value defaults to `/var/lib/rancher/k3s` and can be changed by setting the `--data-dir` flag.
To configure the snapshot interval or the number of retained snapshots, refer to the [options.](#options)