[Unraid 系列 v6.10+] 4 UNRAID Flash 备份目录记录
说明
UNRAID /boot
一般为以下目录:
root@unraid:/boot# tree -L 1
.
├── EFI
├── config
├── logs
├── syslinux
└── ......
其中 ./EFI
、 ./logs
、 syslinux
为系统文件夹,一般不涉及用户数据。 ./config
为具体用户数据配置文件。
Docker
Compose
自建 STACK
项目存放目录: /boot/config/plugins/compose.manager/projects
。
自建模板 nginx
示例:
root@unraid:/boot/config/plugins/compose.manager/projects# tree
.
├── compose.manager-package-2023.05.24.txz
└── projects
├── bilirec
│ ├── autostart
│ ├── description
│ ├── docker-compose.override.yml
│ ├── docker-compose.yml
│ └── name
├── nginx
│ ├── docker-compose.yml
│ └── name
└── version
APP 应用 STACK
项目存放目录: /boot/config/plugins/dockerMan/templates-user
或 /boot/config/plugins/dockerMan/templates
。
社区模板 nginx-web
示例:
root@unraid:/boot/config/plugins/dockerMan# tree
.
├── template-repos
├── templates
└── templates-user
├── my-AList.xml
├── my-Portainer-CE.xml
├── my-jellyfin.xml
└── my-nginx-web.xml3 directories, 5 files
插件
脚本 user.scripts
脚本存放目录: /boot/config/plugins/user.scripts/scripts
。
示例:
root@unraid:/boot/config/plugins/user.scripts# tree
.
├── schedule.json
├── scripts
│ ├── aliddns
│ │ ├── name
│ │ └── script
│ ├── delete.ds_store
│ │ ├── description
│ │ ├── script
│ │ └── typescript
│ ├── delete_dangling_images
│ │ ├── description
│ │ └── script
│ └── viewDockerLogSize
│ ├── description
│ └── script
└── user.scripts-2023.07.16-x86_64-1.txz6 directories, 11 files
SSL
证书
证书存放目录: /boot/config/ssl/certs
。
示例:
root@unraid:/boot/config/ssl/certs# ls
Tower_unraid_bundle.pem unraid_unraid_bundle.pem