This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 8084a0a74ae09992db9f2407c4daa514a77c0b03
Author: yuanyuan8983 <99315889+yuanyuan8...@users.noreply.github.com>
AuthorDate: Wed Mar 6 23:16:24 2024 +0800

    [typo](doc) Add a full backup case and modify sidebars (#31801)
---
 .../Data-Definition-Statements/Backup-and-Restore/BACKUP.md        | 7 +++++++
 docs/sidebars.json                                                 | 1 -
 .../Data-Definition-Statements/Backup-and-Restore/BACKUP.md        | 7 +++++++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git 
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
 
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
index 5d425b9669c..ef5f7a286c9 100644
--- 
a/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
+++ 
b/docs/en/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
@@ -88,6 +88,13 @@ TO example_repo
 EXCLUDE (example_tbl);
 ```
 
+4. Fully back up tables under example_db to the repository example_repo:
+
+```sql
+BACKUP SNAPSHOT example_db.snapshot_label3
+TO example_repo;
+```
+
 ### Keywords
 
 BACKUP
diff --git a/docs/sidebars.json b/docs/sidebars.json
index 1f14a36cd58..2e009562a82 100644
--- a/docs/sidebars.json
+++ b/docs/sidebars.json
@@ -820,7 +820,6 @@
                                 
"sql-manual/sql-functions/table-functions/catalogs",
                                 
"sql-manual/sql-functions/table-functions/frontends_disks",
                                 
"sql-manual/sql-functions/table-functions/active_queries",
-                                "sql-manual/sql-functions/table-functions/job",
                                 
"sql-manual/sql-functions/table-functions/jobs",
                                 
"sql-manual/sql-functions/table-functions/mv_infos",
                                 
"sql-manual/sql-functions/table-functions/tasks"
diff --git 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
index 8b283f4f5ee..82081e55372 100644
--- 
a/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
+++ 
b/docs/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Backup-and-Restore/BACKUP.md
@@ -90,6 +90,13 @@ TO example_repo
 EXCLUDE (example_tbl);
 ```
 
+4. 全量备份 example_db 下的表到仓库 example_repo 中:
+
+```sql
+BACKUP SNAPSHOT example_db.snapshot_label3
+TO example_repo;
+```
+
 ### Keywords
 
 ```text


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to