From ea40dea24555f3ffc7c3dd96926a249ed0eea5d7 Mon Sep 17 00:00:00 2001 From: open_ww3_project Date: Sun, 2 Mar 2025 12:35:34 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20docker-compose/ubuntu/READ?= =?UTF-8?q?ME.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增一个点 Signed-off-by: open_ww3_project --- docker-compose/ubuntu/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose/ubuntu/README.md b/docker-compose/ubuntu/README.md index 382976b..04eea88 100644 --- a/docker-compose/ubuntu/README.md +++ b/docker-compose/ubuntu/README.md @@ -18,7 +18,7 @@ 1. 备份整个docker系统的根目录 > sudo tar -cvpzf /home/backup.tar.gz --exclude=/home / 2. 恢复至docker挂载目录 -> sudo tar -xvpzf backup.tar.gz -C /docker-volumes --numeric-owner +> sudo tar -xvpzf backup.tar.gz -C ./docker-volumes --numeric-owner ps: