66
77``` bash
88# 立即安装使用
9- curl -fsSL https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/install.sh | sudo bash
9+ curl -fsSL https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/install.sh | sudo bash
1010```
1111
12- ** GitHub仓库** : https://github.com/shuguangnet/dcoker_backup_script
12+ ** GitHub仓库** : https://github.com/shuguangnet/docker_backup_script
1313
1414
1515
@@ -115,16 +115,16 @@ apk add jq curl tar rsync gnupg
115115#### 方法1:直接下载并安装
116116``` bash
117117# 一键下载并安装(推荐)
118- curl -fsSL https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/install.sh | sudo bash
118+ curl -fsSL https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/install.sh | sudo bash
119119
120120# 或者使用wget
121- wget -qO- https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/install.sh | sudo bash
121+ wget -qO- https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/install.sh | sudo bash
122122```
123123
124124#### 方法2:下载脚本后查看再执行(更安全)
125125``` bash
126126# 下载安装脚本
127- curl -fsSL https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/install.sh -o install.sh
127+ curl -fsSL https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/install.sh -o install.sh
128128
129129# 查看脚本内容(确保安全)
130130cat install.sh
@@ -137,10 +137,10 @@ sudo ./install.sh
137137#### 方法3:克隆整个仓库
138138``` bash
139139# 克隆仓库
140- git clone https://github.com/shuguangnet/dcoker_backup_script .git
140+ git clone https://github.com/shuguangnet/docker_backup_script .git
141141
142142# 进入目录并安装
143- cd dcoker_backup_script
143+ cd docker_backup_script
144144sudo ./install.sh
145145```
146146
@@ -175,14 +175,14 @@ sudo ./install.sh --uninstall
175175#### 1. 下载脚本
176176``` bash
177177# 克隆仓库
178- git clone https://github.com/shuguangnet/dcoker_backup_script .git
178+ git clone https://github.com/shuguangnet/docker_backup_script .git
179179cd dcoker_backup_script
180180
181181# 或者直接下载脚本文件
182- wget https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/docker-backup.sh
183- wget https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/docker-restore.sh
184- wget https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/backup-utils.sh
185- wget https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/backup.conf
182+ wget https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/docker-backup.sh
183+ wget https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/docker-restore.sh
184+ wget https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/backup-utils.sh
185+ wget https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/backup.conf
186186```
187187
188188#### 2. 设置权限
@@ -904,15 +904,15 @@ COMPRESSION_FORMAT="gzip" # 最快
904904## 📞 支持和贡献
905905
906906### 🌟 项目信息
907- - ** GitHub仓库** : https://github.com/shuguangnet/dcoker_backup_script
907+ - ** GitHub仓库** : https://github.com/shuguangnet/docker_backup_script
908908- ** 主分支** : main
909909- ** 许可证** : MIT License
910910- ** 语言** : Bash Shell
911911
912912### 🚀 快速开始
913913``` bash
914914# 一键安装
915- curl -fsSL https://raw.githubusercontent.com/shuguangnet/dcoker_backup_script /main/install.sh | sudo bash
915+ curl -fsSL https://raw.githubusercontent.com/shuguangnet/docker_backup_script /main/install.sh | sudo bash
916916
917917# 立即使用
918918docker-backup-menu # 启动交互式菜单
@@ -923,8 +923,8 @@ docker-cleanup 30 # 清理30天前的备份
923923### 获取帮助
924924- 查看内置帮助:` docker-backup --help ` 或 ` ./docker-backup.sh --help `
925925- 检查配置文件:` backup.conf `
926- - 查看完整文档:[ README.md] ( https://github.com/shuguangnet/dcoker_backup_script /blob/main/README.md )
927- - 一键安装脚本:[ install.sh] ( https://github.com/shuguangnet/dcoker_backup_script /blob/main/install.sh )
926+ - 查看完整文档:[ README.md] ( https://github.com/shuguangnet/docker_backup_script /blob/main/README.md )
927+ - 一键安装脚本:[ install.sh] ( https://github.com/shuguangnet/docker_backup_script /blob/main/install.sh )
928928
929929### 报告问题
930930如果遇到问题,请在GitHub提交Issue并提供以下信息:
@@ -933,7 +933,7 @@ docker-cleanup 30 # 清理30天前的备份
9339333 . 错误信息和日志
9349344 . 使用的命令和配置
935935
936- ** GitHub Issues** : https://github.com/shuguangnet/dcoker_backup_script /issues
936+ ** GitHub Issues** : https://github.com/shuguangnet/docker_backup_script /issues
937937
938938### 贡献代码
939939欢迎提交Pull Request,请确保:
@@ -942,7 +942,7 @@ docker-cleanup 30 # 清理30天前的备份
9429423 . 更新相关文档
9439434 . 测试新功能
944944
945- ** GitHub Pull Requests** : https://github.com/shuguangnet/dcoker_backup_script /pulls
945+ ** GitHub Pull Requests** : https://github.com/shuguangnet/docker_backup_script /pulls
946946
947947## 📁 项目结构
948948
0 commit comments