From b5d55365a5b02f45bd0220d57e88adc1936947d3 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Thu, 12 Dec 2024 10:27:50 -0500 Subject: [PATCH] docs: update backup and restore for data dir --- .../pages/admin-guides/management/operations/backup-restore.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/admin-guides/management/operations/backup-restore.mdx b/docs/pages/admin-guides/management/operations/backup-restore.mdx index 165b65de5f4f3..5eb28433fdfa8 100644 --- a/docs/pages/admin-guides/management/operations/backup-restore.mdx +++ b/docs/pages/admin-guides/management/operations/backup-restore.mdx @@ -41,7 +41,7 @@ Teleport audit logs, logged events have a TTL of 1 year. | Backend | Recommended backup strategy | | - | - | -| Local Filesystem | Back up the `/var/lib/teleport/storage` directory and the output of `tctl get all --with-secrets`. | +| Local Filesystem | Back up the data directory (`/var/lib/teleport/` by default) and the output of `tctl get all --with-secrets`. | | DynamoDB | [Follow AWS's guidelines for backup and restore](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/BackupRestore.html) | | etcd | [Follow etcd's guidelines for disaster recovery](https://etcd.io/docs/v2/admin_guide) | | Firestore | [Follow GCP's guidelines for automated backups](https://firebase.google.com/docs/database/backups) |