Skip to content
New issue

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

远程同步功能未按照设定生效 #182

Open
chenkuicn opened this issue Nov 29, 2024 · 1 comment
Open

远程同步功能未按照设定生效 #182

chenkuicn opened this issue Nov 29, 2024 · 1 comment

Comments

@chenkuicn
Copy link

Image
Image
Image
Image
Image

本地的备份会按照设定只保留三份,但是远程同步会出现四份或者五份(没测试更多,四份五份的时候手动删除多余的同步任务)。并且远程同步删除多余的的备份时会同步失败,不确定是不是判定本地已经没有这个备份了(本地备份正常),所以远程同步失败。
另外最后一张图片提示有点歧义,手动删除远程同步任务时会同时删除S3桶内文件。但是不确定有没有删除本地备份,没去测试。所以如果不删除本地备份数据的话,这句话应该改成”但不会删除本地备份数据“。

@JohnNiang
Copy link
Member

Hi @chenkuicn , thank you for reaching out here!

当前问题主要和备份插件有关系。

  1. 因为备份插件检测成功记录数的时机是在执行同步任务之前,当执行完同步任务之后,这里会比预设的“保留成功记录数”多出一份。或许后续可以考虑在执行同步任务之后再执行清理操作。

  2. 删除同步任务的提示语确实可以优化一下。目前删除同步任务只会删除当前同步任务以及已经同步好的远程备份文件,确实不会删除当前系统中的本地备份文件。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants