You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<I> [22:02:56] Remote file '/apps/bypy/backup-archive/archive_20241112_220239.zip' exists and is the same, skip uploading
[====================] 100% (46.8MB/46.8MB) ETA: (462kB/s, 1m43s gone) Combining the following MD5 slices:
2096fb77f0223986dc87d8b32edfdf2b
a9570673c66a4d0bd81090e2eab88053
741485fe1f7960e30ddc64506773e492
<I> [22:04:41] Remote file '/apps/bypy/backup-archive/raedme.txt' exists and is the same, skip uploading
同步完毕.
在使用
syncup
命令时,我发现总是会删除远端的文件,然后上传新的文件。在命令行输出上,有这样的提示:具体使用的命令如下:
于是我翻了一下过往的issues,发现似乎是因为百度云盘返回的api有问题,导致md5码比对总是出错,导致总是认为文件过期了于是删掉重新同步...
好吧,于是我修改了我的代码,改用
upload
命令,只上传最新的文件,然后定期删除云盘多余的备份文件——但就在这时——奇怪的事情发生了!!!
具体使用的命令如下:
那就是
upload
命令完美的识别了重复文件,并且有重复文件就不上传!!!这不是syncup
的作用吗?真的是太怪了,莫非是作者大大不小心在某个地方搞混了这俩命令;或者
syncup
命令中文件检查机制和upload
命令中的不一致?The text was updated successfully, but these errors were encountered: