diff --git a/addon-image-backup/CHANGELOG.md b/addon-image-backup/CHANGELOG.md new file mode 100644 index 0000000..284b7f3 --- /dev/null +++ b/addon-image-backup/CHANGELOG.md @@ -0,0 +1,3 @@ +# 1.0.0 (2024-11-15) + +- 首次推出 diff --git a/addon-image-backup/DOCS.md b/addon-image-backup/DOCS.md new file mode 100644 index 0000000..91a1982 --- /dev/null +++ b/addon-image-backup/DOCS.md @@ -0,0 +1,5 @@ +# Addons镜像备份工具 + +## 使用方法 + + - 需要您手动关闭“保护模式”才能启动 diff --git a/addon-image-backup/README.md b/addon-image-backup/README.md new file mode 100644 index 0000000..3a9ea6b --- /dev/null +++ b/addon-image-backup/README.md @@ -0,0 +1,6 @@ +# 冬瓜甄选addons:Addons镜像备份工具 + +- 备份系统镜像(supervisor除外) +- 备份安装的addons +- 支持使用xz压缩(压缩率较高,时间较长) +- 支持usb、网络存储 diff --git a/addon-image-backup/config.yaml b/addon-image-backup/config.yaml new file mode 100644 index 0000000..7357536 --- /dev/null +++ b/addon-image-backup/config.yaml @@ -0,0 +1,31 @@ +name: "Addons镜像备份工具" +version: "1.0.0" +slug: "addon-image-backup" +codenotary: wghaos@163.com +description: "冬瓜镜像备份" +image: r.hassbus.com/wghaos/addon-wghaos-image-backup +url: https://gitcode.com/waxgourd/addons +init: false +arch: + - aarch64 + - amd64 +ingress: true +ingress_port: 9876 +privileged: + - SYS_ADMIN + - SYS_RAWIO + - DAC_READ_SEARCH +map: + - media:rw + - share:rw + - backup:rw + - all_addon_configs +apparmor: false +docker_api: true +startup: services +boot: manual +full_access: true +options: + config_file: "" +schema: + config_file: str? \ No newline at end of file diff --git a/addon-image-backup/icon.png b/addon-image-backup/icon.png new file mode 100644 index 0000000..8d165be Binary files /dev/null and b/addon-image-backup/icon.png differ diff --git a/addon-image-backup/logo.png b/addon-image-backup/logo.png new file mode 100644 index 0000000..8d165be Binary files /dev/null and b/addon-image-backup/logo.png differ