Skip to content

Commit d548819

Browse files
authoredMar 20, 2025··
update borgmatic graph
1 parent c5e130a commit d548819

File tree

2 files changed

+71
-0
lines changed

2 files changed

+71
-0
lines changed
 

‎content/notes/borgmatic.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,41 @@ Borg/**Borgmatic** is an effective backup solution for web servers. It compresse
1313

1414
**BorgBase** is an affordable, dedicated storage service for Borg, offering SSH key support, monitoring, and offsite backups. Combining it with Borgmatic ensures secure and cost-effective web data protection.
1515

16+
```mermaid
17+
graph LR
18+
19+
subgraph SERVER
20+
BM((Borgmatic))
21+
direction TB
22+
F@{ shape: processes, label: "Files" }
23+
D[(Database)]
24+
C@{ shape: docs, label: "Config files" }
25+
end
26+
27+
BB[("BORGBASE
28+
repo 1
29+
repo 1
30+
...")]
31+
BM<-->|"Backup/
32+
Restore"|BB
33+
F <-->BM
34+
D <-->BM
35+
C <-->BM
36+
37+
%% Style theo nhóm
38+
style BM fill:#f9f,stroke:#333,stroke-width:2px,color:#000
39+
%% Borgmatic (Xanh nhạt, nét đứt)
40+
style BB fill:#FFDD57,stroke:#333,stroke-width:2px,color:#000
41+
%% BORGBASE (Vàng)
42+
style F fill:#A6C8FF,stroke:#333,stroke-width:2px,color:#000
43+
%% Files (Xanh nhạt)
44+
style D fill:#A6C8FF,stroke:#333,stroke-width:2px,color:#000
45+
%% Database (Vàng)
46+
style C fill:#A6C8FF,stroke:#333,stroke-width:2px,color:#000
47+
%% Config files (Xanh nhạt)
48+
style SERVER stroke-width:2px,stroke-dasharray: 5 5
49+
50+
```
1651
Once again, we will deploy Borgmatic on Docker following the **EasyEngine** approach.
1752

1853
## Creating a Borgmatic Container

‎content/notes/borgmatic.vi.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,42 @@ prev: seo-security
1010

1111
**BorgBase** là dịch vụ lưu trữ rẻ, chuyên dụng cho Borg, hỗ trợ SSH key, giám sát và sao lưu dự phòng. Kết hợp với Borgmatic giúp bảo vệ dữ liệu web an toàn, tiết kiệm chi phí.
1212

13+
```mermaid
14+
graph LR
15+
16+
subgraph SERVER
17+
BM((Borgmatic))
18+
direction TB
19+
F@{ shape: processes, label: "Files" }
20+
D[(Database)]
21+
C@{ shape: docs, label: "Config files" }
22+
end
23+
24+
BB[("BORGBASE
25+
repo 1
26+
repo 1
27+
...")]
28+
BM<-->|"Backup/
29+
Restore"|BB
30+
F <-->BM
31+
D <-->BM
32+
C <-->BM
33+
34+
%% Style theo nhóm
35+
style BM fill:#f9f,stroke:#333,stroke-width:2px,color:#000
36+
%% Borgmatic (Xanh nhạt, nét đứt)
37+
style BB fill:#FFDD57,stroke:#333,stroke-width:2px,color:#000
38+
%% BORGBASE (Vàng)
39+
style F fill:#A6C8FF,stroke:#333,stroke-width:2px,color:#000
40+
%% Files (Xanh nhạt)
41+
style D fill:#A6C8FF,stroke:#333,stroke-width:2px,color:#000
42+
%% Database (Vàng)
43+
style C fill:#A6C8FF,stroke:#333,stroke-width:2px,color:#000
44+
%% Config files (Xanh nhạt)
45+
style SERVER stroke-width:2px,stroke-dasharray: 5 5
46+
47+
```
48+
1349
Một lần nữa chúng ta sẽ triển khai Borgmatic trên Docker theo đúng tinh thần EasyEngine.
1450

1551
---

0 commit comments

Comments
 (0)
Please sign in to comment.