-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
[Feature] 是否打算实现文件增量备份 #316
Labels
enhancement
New feature or request
Comments
突发奇想,真的可以打包一个git,借用存储库实现增量备份 |
有计划做增量,但一直没啥时间... |
或许等假期有时间我试试写个demo |
文件夹我一般用Syncthing |
感谢推荐👍
flyhai ***@***.***> 于 2025年1月8日周三 下午12:38写道:
… 文件夹我一般用Syncthing
—
Reply to this email directly, view it on GitHub
<#316 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A6ZKB3A33CPMXYOW336YAND2JSTUTAVCNFSM6AAAAABQ2ARI3OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNZWG4ZTKNBQHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
是否可以实现文件的增量备份?
像相册文件夹通常较大,每次重复覆盖备份耗时间较长,但实际上需要备份的只有新增的
是否可以实现增量备份?简单点可以通过文件名建立数据库或json判断,每次只备份新增的,将删除项可选移入垃圾桶文件夹或直接同步删除。
更甚,考虑到文件的更改等,是否能够采取或借鉴像git的机制,添加增量备份的选项,甚至可以支持文件的更改追溯
The text was updated successfully, but these errors were encountered: