Skip to content

Commit

Permalink
fix: backup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed May 18, 2024
1 parent 49f6897 commit 656bb73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Backup the data in the time range:
COPY monitor TO '/home/backup/monitor/monitor_20240518.parquet' WITH (FORMAT = 'parquet', START_TIME='2024-05-18 00:00:00', END_TIME='2025-05-19 00:00:00');
```

The above command will export the data on `2024-05-19`. Use such command to achieve incremental backup.
The above command will export the data on `2024-05-18`. Use such command to achieve incremental backup.

## Restore Table

Expand Down
1 change: 1 addition & 0 deletions docs/nightly/zh/summary-i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Datanode: Datanode
Metasrv: Metasrv
Reference: Reference
Admin: 管理
Administration: 管理
back-up-&-restore-data: 备份和恢复
SDK: SDK
SQL: SQL
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ COPY monitor TO '/home/backup/monitor/monitor.parquet' WITH (FORMAT = 'parquet')
COPY monitor TO '/home/backup/monitor/monitor_20240518.parquet' WITH (FORMAT = 'parquet', START_TIME='2024-05-18 00:00:00', END_TIME='2025-05-19 00:00:00');
```

上述命令将导出 `2024-05-19` 的数据。可以使用此命令实现增量备份。
上述命令将导出 `2024-05-18` 的数据。可以使用此命令实现增量备份。

## 恢复表

Expand Down

0 comments on commit 656bb73

Please sign in to comment.