xushier

Moderators
  • Posts

    57
  • Joined

  • Last visited

Everything posted by xushier

  1. 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?
  2. 可以的,之前就这样干过。楼上说的用PE的方式也可以。但是如果是远程操作,不在机器边上,那就只能直通用虚拟机扫了。
  3. macvlan问题,停止docker,docker设置使用ipvlan网络。多网口的话启用绑定,关闭桥接。
  4. 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?
  5. Excluded /mnt and include /mnt/user/appdata/Filebrowser/config.
  6. 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
  7. 下不动一般是网络问题。先手动在命令行拉镜像,可以看到大致的下载速度。
  8. 有的。入正教程:https://www.bilibili.com/video/BV1AS4y187Lo/
  9. 使用 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
  10. 如果是6.10之前的版本,需要手动新建配置文件。 6.10之后的版本,桥接模式容器默认获取到的是内网ipv6地址,也就是容器可以访问ipv6网站以及通过ipv6测试,但是在PT下载时自己不能主动连接到别人。但是这样会更加安全。 br0模式和host模式是可以获取到公网ipv6地址的。host模式的ipv6地址和主机一样。
  11. 正版系统的话,在购买时填写的邮箱里是有密钥下载链接的。 同时提醒在操作优盘之前即使做好备份。 在系统里建议使用 Myservers 插件将密钥同步到 unraid 官网账号里,这样即使邮箱邮件找不到也可以登录unraid论坛下载密钥。 以上方法都不行,就只能联系unraid官方,提供优盘GUID找回密钥了。
  12. 在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
  13. docker页无法编辑,可以使用 composer manager 插件编辑。
  14. 截图没截全,最后一项 dry run 开没开?
  15. 停止阵列,进入工具,新配置,重建阵列即可
  16. 是的,依次启动,参数值是秒数。
  17. 建议使用png,推荐 https://github.com/xushier/HD-Icons
  18. 零元购么。。。。。。邮箱联系官方说明情况,按照步骤迁移。
  19. 这个6.10就存在,跟硬件关系很大,出现了这个就容易死机。
  20. 手动把缓存盘的appdata剪切到阵列盘即可。
  21. 虚拟机不也是windows吗?怎么就不能用rdp了?把3389映射出去就行了
  22. 写满时如果还有单个文件未写完,那这个文件是不能被拆分写入其他盘的,所以就会一直循环往复向这个盘写入。