# 將容器備份

![](/files/-LqoeS_dMAwuKkcxk9g5)

備份位置通常位於/var/lib/vz/dump中

利用 rsync 備份到不在叢集的機器&#x20;

```
rsync -avP root@120.115.4.161:/var/lib/vz/dump/ /var/lib/vz/dump/
The authenticity of host '120.115.4.161 (120.115.4.161)' can't be established.
ECDSA key fingerprint is SHA256:j9j3oNNrqMJzmutin/G0IDSlDPBInjDA3YMcFrCp0Yo.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added '120.115.4.161' (ECDSA) to the list of known hosts.
root@120.115.4.161's password: 
receiving incremental file list
./
vzdump-lxc-103-2019_10_10-15_55_13.log
            526 100%  513.67kB/s    0:00:00 (xfr#1, to-chk=1/3)
vzdump-lxc-103-2019_10_10-15_55_13.tar.lzo
      9,830,400   1%  508.56kB/s    0:20:04  



```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/jiang-rong-qi-bei-fen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
