SuperNG6 / docker-aria2

Docker Aria2的最佳实践
https://hub.docker.com/r/superng6/aria2
410 stars 45 forks source link

2021.08.24版本无法重命名种子文件是正常的么? #41

Open ThatYears opened 3 years ago

ThatYears commented 3 years ago

我是在群晖Docker里面创建的Aria2容器,默认设置。只改了端口、文件夹、用户权限,让它能正常运行。之前是会自动把.torrent的种子文件重命名并备份到/config/backup-torrent目录里的。watchtower给它更新后,现在2021.08.24版本只会把.torrent的种子文件用编码命名保存在下载目录里。现在是不支持重命名了么?

ThatYears commented 3 years ago

我尝试更改/config/setting.conf里面的handle-torrent选项,但是并没有用。

SuperNG6 commented 3 years ago

并没有做这方面的改动,建议删除配置文件后重启容器,再重新修改 在 2021年9月27日 +0800 PM4:59,ThatYears @.***>,写道:

我尝试更改/config/setting.conf里面的handle-torrent选项,但是并没有用。 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

SuperNG6 commented 3 years ago

handle-torrent=backup-rename 在 2021年9月27日 +0800 PM6:53,SuperNG6 @.***>,写道:

并没有做这方面的改动,建议删除配置文件后重启容器,再重新修改 在 2021年9月27日 +0800 PM4:59,ThatYears @.***>,写道:

我尝试更改/config/setting.conf里面的handle-torrent选项,但是并没有用。 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

ThatYears commented 3 years ago

我尝试了下,删除/config/setting.conf后,重启容器,新生成的配置文件里面默认就是handle-torrent=backup-rename,然而还是不好使。改成handle-torrent=rename也没效果,还是直接保存成类似21eff35b3e84df2ce45c3111b7e0195b5a0ca9ba.torrent的命名在下载目录。 同个配置文件的另一个选项remove-task=rmaria改值又有效果。