Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Aug 26, 2024
1 parent bdfdd8b commit 2da5693
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions en/backup-to-pv-using-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This document provides an example about how to back up the data of the `demo1` T
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
br:
cluster: demo1
clusterNamespace: test1
Expand Down Expand Up @@ -152,7 +152,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
br:
cluster: demo1
clusterNamespace: test1
Expand Down Expand Up @@ -183,7 +183,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
tableFilter:
- "db1.*"
br:
Expand Down Expand Up @@ -216,7 +216,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
tableFilter:
- "db1.table1"
br:
Expand Down Expand Up @@ -249,7 +249,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
tableFilter:
- "db1.table1"
- "db1.table2"
Expand Down
10 changes: 5 additions & 5 deletions zh/backup-to-pv-using-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Ad-hoc 备份支持快照备份与增量备份。Ad-hoc 备份通过创建一个
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
br:
cluster: demo1
clusterNamespace: test1
Expand Down Expand Up @@ -148,7 +148,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
br:
cluster: demo1
clusterNamespace: test1
Expand Down Expand Up @@ -179,7 +179,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
tableFilter:
- "db1.*"
br:
Expand Down Expand Up @@ -212,7 +212,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
tableFilter:
- "db1.table1"
br:
Expand Down Expand Up @@ -245,7 +245,7 @@ metadata:
name: demo1-backup-nfs
namespace: test1
spec:
# # backupType: full
# backupType: full
tableFilter:
- "db1.table1"
- "db1.table2"
Expand Down

0 comments on commit 2da5693

Please sign in to comment.