Skip to content

Commit

Permalink
docs(migrate): clarify data scope
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Oct 23, 2024
1 parent c5a0e45 commit 226b09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/guide/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Backup or recover your data

## Backup

Backup your data to a file. Default: `<date>.backup.tdl`.
Backup all namespace data to a file. Default: `<date>.backup.tdl`.

{{< command >}}
tdl backup
Expand All @@ -23,7 +23,7 @@ tdl backup -d /path/to/custom.tdl

## Recover

Recover your data from a tdl backup file.
Recover your data from a tdl backup file. Existing namespace data will be overwritten.

{{< command >}}
tdl recover -f /path/to/custom.backup.tdl
Expand Down

0 comments on commit 226b09e

Please sign in to comment.