-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support local file system sync & backup #11
Merged
Merged
+463
−21
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pull Request Test Coverage Report for Build 12544339833Details
💛 - Coveralls |
3 tasks
88250
reviewed
Dec 30, 2024
感谢你的贡献,思源有你更精彩! |
88250
added a commit
that referenced
this pull request
Dec 30, 2024
88250
added a commit
that referenced
this pull request
Dec 30, 2024
88250
changed the title
Use local file system sync & backup
Support local file system sync & backup
Dec 30, 2024
88250
added a commit
that referenced
this pull request
Dec 31, 2024
88250
added a commit
that referenced
this pull request
Dec 31, 2024
88250
added a commit
that referenced
this pull request
Dec 31, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
使用本地文件系统同步&备份
Use local file system sync & backup
部分用户会将使用
SMB
/NFS
/FTP
等协议的网络文件服务 或者OneDrive
/Google Drive
等网络硬盘挂载至本地系统,但当前使用S3
/WebDAV
的同步方案不能满足这些用户的需求Some users will mount network file services using protocols such as
SMB
/NFS
/FTP
or network hard drives such asOneDrive
/Google Drive
to the local system, but the current synchronization scheme usingS3
/WebDAV
does not meet the needs of these users本次将添加一种基于本地文件系统的同步方案
This time, I will add a synchronization scheme based on the local file system
已经过测试
Already tested