Skip to content

bổ sung doc cho cấu hình backup sftp #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions docs/en/server/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,28 @@ For the configuration process to go smoothly, you need to prepare the following:
![](../../images/connect-onedrive.png)
9. Click save to complete.

## Backup to SFTP

1. Go to <a :href="data.url + '/servers/'" target="_blank">server management page</a> and select the server to backup, then click on the `Backup tab save`
2. Select SFTP
![](../../images/docs/en/server/backup/backup-list.png)
3. In the Config SFTP box, Enter your SFTP information.

![](../../images/docs/en/server/backup/rclone-sftp-config.png)

- Memo box, enter a description to take notes
- Host: Enter SFTP IPv4 address or Domain name
- User: SFTP User to connect. Default (root)
- Port: SFTP port to connect. Default (22)

![](../../images/docs/en/server/backup/rclone-sftp-config1.png)

- SSH Password: The password of User to connect

![](../../images/docs/en/server/backup/rclone-sftp-config2.png)

- SSH Private Key & Passphrase: SFTP Authenticate using private key & passphrase (if it have)

## Backup configuration

![](../../images/backup/backup-configuration.png)
Expand Down
Binary file added docs/images/docs/en/server/backup/backup-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/docs/vi/server/backup/backup-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions docs/vi/server/backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,28 @@ import { data } from '../../.vitepress/config.data.ts'
![](../../images/connect-onedrive.png)
9. Ấn lưu để hoàn tất.

## Sao lưu đến SFTP

1. Truy vào <a :href="data.url + '/servers/'" target="_blank">trang quản lý máy chủ</a> và chọn máy chủ cần sao lưu, sau đó ấn vào tab `Sao lưu`
2. Chọn SFTP
![](../../images/docs/vi/server/backup/backup-list.png)
3. Tại cửa sổ cấu hình kết nối SFTP, Nhập các thông tin kết nối SFTP.

![](../../images/docs/vi/server/backup/rclone-sftp-config.png)

- Memo: Ở ô memo bạn hãy nhập mô tả gì đó để ghi chú
- Host: Nhập địa chỉ IPv4 hoặc Tên miền của máy chủ SFTP
- User: Nhập người dùng kết nối đến SFTP. Mặc định (root)
- Port: Nhập cổng kết nối đến SFTP. Mặc định (22)

![](../../images/docs/en/server/backup/rclone-sftp-config1.png)

- SSH Password: Nhập mật khẩu cho user kết nối SFTP

![](../../images/docs/en/server/backup/rclone-sftp-config2.png)

- SSH Private Key & Passphrase: Kết nối đến SFTP sử dụng khoá private và mật khẩu khoá (nếu có)

## Cấu hình sao lưu

![](../../images/backup/backup-configuration.png)
Expand Down