We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用Alist复制文件时,可能出现设备断电/断网等一系列突发情况,导致复制终止。 然而,Alist并没有一个持久记录复制过程的方法。 在复制意外中止时,甚至因为停电导致重启时,我无法知晓上一次复制过程的中止点,只能重新复制。
方法1:直接使用数据库来记录; 方法2:在/data目录下增加类似“aria2.session”的文件,比如"copy.session",用于记录复制信息,以便在突发情况下恢复
No response
The text was updated successfully, but these errors were encountered:
#5313
Sorry, something went wrong.
用rclone 添加两个相同的webdav ,然后直接copyto就行 可以自动跳过已经复制的文件
Hello @xx6z8v, your issue is a duplicate and will be closed. 你好 @xx6z8v,你的issue是重复的,将被关闭。
No branches or pull requests
Please make sure of the following things
Description of the feature / 需求描述
使用Alist复制文件时,可能出现设备断电/断网等一系列突发情况,导致复制终止。
然而,Alist并没有一个持久记录复制过程的方法。
在复制意外中止时,甚至因为停电导致重启时,我无法知晓上一次复制过程的中止点,只能重新复制。
Suggested solution / 实现思路
方法1:直接使用数据库来记录;
方法2:在/data目录下增加类似“aria2.session”的文件,比如"copy.session",用于记录复制信息,以便在突发情况下恢复
Additional context / 附件
No response
The text was updated successfully, but these errors were encountered: