-
[Plugin] Appdata.Backup
According to the logs, each container starts or stops based on its previous state after backup in this mode. Assuming MariaDB is before Vaultwarden in terms of sequence, it should stop Vaultwarden first, backup, start Vaultwarden, then stop MariaDB, backup. At this time, Vaultwarden will lose connection with the database, right? If we put these interdependent containers into a group, can this problem be solved?
-
可以虚拟win10直通硬盘来扫描坏道吗
可以的,之前就这样干过。楼上说的用PE的方式也可以。但是如果是远程操作,不在机器边上,那就只能直通用虚拟机扫了。
-
6.12.8一天左右也不知道是失联还是死机有日志和诊断
macvlan问题,停止docker,docker设置使用ipvlan网络。多网口的话启用绑定,关闭桥接。
-
[Plugin] Appdata.Backup
Is the "startup order setting" only effective under the "Stop all container, backup start all" mode? Will another mode ignore the startup sequence and directly start the containers in the same state as before the backup or remain unchanged after the backup is completed? Is that so?
-
[Plugin] Appdata.Backup
Excluded /mnt and include /mnt/user/appdata/Filebrowser/config.
-
[Plugin] Appdata.Backup
During each backup, several containers are successfully backed up, but the size of the backup files is always 45B, and they are empty after being unzipped. Additionally, the backup verification fails. Here is my debuglog id: 34ab84a1-18d1-4a32-818a-91c96119b62f
- 已安装插件页面,插件状态总是“检查中“
-
docker 拉取镜像的时候会把webui卡死
下不动一般是网络问题。先手动在命令行拉镜像,可以看到大致的下载速度。
-
开心版想入手正,目前有打折优惠吗?
有的。入正教程:https://www.bilibili.com/video/BV1AS4y187Lo/
-
没有缓存盘,如何移动共享文件夹到不同磁盘
使用 unbalance 插件的分散模式,将一个盘下某个的文件夹平均分散到多个其他盘或者单个其他盘。如下图是把磁盘1的appdata文件夹移动到磁盘3下。 使用 Dynamix File Manager 插件,选择移动即可。如下图是把磁盘1的appdata文件夹移动到磁盘3下。 使用文件管理类 Docker 容器。如 FileBrowser、Krusader 等。需注意要将 /mnt 文件夹映射到容器内。 进入命令行,cd 到 mnt ,执行 move 源目录 目标目录。如下命令是使用绝对路径(不需要 cd )把磁盘1的appdata文件夹移动到磁盘3下。 move /mnt/disk1/appdata /mnt/disk3
-
docker容器获取不到IPV6地址
如果是6.10之前的版本,需要手动新建配置文件。 6.10之后的版本,桥接模式容器默认获取到的是内网ipv6地址,也就是容器可以访问ipv6网站以及通过ipv6测试,但是在PT下载时自己不能主动连接到别人。但是这样会更加安全。 br0模式和host模式是可以获取到公网ipv6地址的。host模式的ipv6地址和主机一样。
-
重做启动u盘时未备份密钥,导致现在没法激活系统
正版系统的话,在购买时填写的邮箱里是有密钥下载链接的。 同时提醒在操作优盘之前即使做好备份。 在系统里建议使用 Myservers 插件将密钥同步到 unraid 官网账号里,这样即使邮箱邮件找不到也可以登录unraid论坛下载密钥。 以上方法都不行,就只能联系unraid官方,提供优盘GUID找回密钥了。
-
WEB界面无法登录,但是目前别的服务都是正常状态
在ssh里重启nginx和php。 /etc/rc.d/rc.nginx stop /etc/rc.d/rc.php-fpm stop /etc/rc.d/rc.php-fpm start /etc/rc.d/rc.nginx start
-
通过docker-compose命令添加的容器如何在unraid页面进行编辑
-
Mover Tuning需要怎么设置?
截图没截全,最后一项 dry run 开没开?