{"id":25179626,"url":"https://github.com/f-shake/discarchivingtool","last_synced_at":"2025-04-04T04:16:22.407Z","repository":{"id":126789709,"uuid":"522869232","full_name":"f-shake/DiscArchivingTool","owner":"f-shake","description":"将一个仍会更新目录中的文件，按从旧到新的时间顺序，分装到多个光盘中，实现备份功能","archived":false,"fork":false,"pushed_at":"2022-08-24T08:50:16.000Z","size":524,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T15:38:48.151Z","etag":null,"topics":["archive","backup","bd","cd","disc","disk","dvd"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/f-shake.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-09T08:41:54.000Z","updated_at":"2022-08-09T08:42:44.000Z","dependencies_parsed_at":"2023-06-18T02:00:32.539Z","dependency_job_id":null,"html_url":"https://github.com/f-shake/DiscArchivingTool","commit_stats":null,"previous_names":["f-shake/discarchivingtool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FDiscArchivingTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FDiscArchivingTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FDiscArchivingTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f-shake%2FDiscArchivingTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f-shake","download_url":"https://codeload.github.com/f-shake/DiscArchivingTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247117762,"owners_count":20886439,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["archive","backup","bd","cd","disc","disk","dvd"],"created_at":"2025-02-09T15:37:31.731Z","updated_at":"2025-04-04T04:16:22.368Z","avatar_url":"https://github.com/f-shake.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 光盘存档工具\n\n将一个持续更新目录中的文件，按从旧到新的时间顺序，分装到多个光盘中，实现备份功能。\n\n## 为谁开发？\n\n- 如果你需要将文件备份到光盘（等不可擦除的存储介质）中\n- 如果你的文件在多个子目录中都会随着时间不断增加\n- 如果你的大多数文件不会重复编辑，拥有固定的修改日期\n- 如果你的单个文件大小远小于目标光盘的容量\n\n## 能干什么？\n\n- 将文件被分到光盘中\n  - 将目录中的文件分割成若干部分，每部分的大小不超过一个光盘的容量\n  - 按从旧到新的时间顺序排序，而不是按目录，这可以让新的数据无需插入到旧的光盘中\n  - 平铺所有文件，恢复时能够重建目录结构\n  - 支持根据时间，备份任意修改时刻后的文件，实现接续导出\n- 重建\n  - 将光盘中的文件重新复制到源文件所在的相对位置，实现目录的重新建立\n- 校验\n  - 支持进行文件元数据和MD5完整性验证\n- 更新\n  - 能够通过更新“文件列表”（文本文件）的方式，实现源目录中的文件调整后同步到光盘中\n\n## 截图\n\n![打包界面](imgs/packing.png)\n\n## 日志\n\n### 20220809\n\n搭建基本框架，完成基本的导出功能\n\n### 20220810\n\n新增导出文件出错时支持重试、跳过、中断\n\n新增支持停止\n\n优化文件包列表的样式，支持右键复制时间\n\n增加了运行时的IsEnable调整\n\n预留了其他功能面板\n\n### 20220811\n\n新增黑名单功能\n\n新增导出ISO功能\n\n新增重建分析，使用树状图显示原始目录结构\n\n新增重建目录功能，基本完成重建页面\n\n### 20220812\n\n新增未捕获错误处理\n\n新增支持仅导出勾选的文件包\n\n修复了打包和重建时文件修改时间错误的BUG\n\n支持了多个输入目录的重建\n\n修复了打包出现问题时的对话框的BUG\n\n新增打包和重建时的进度条\n\n支持的参数配置的记忆功能\n\n基本完成校验部分\n\n### 20220813\n\n打包界面新增方便的文件包选择按钮\n\n### 20220814\n\n优化了ISO导出\n\n新增了重建时的覆盖设置和错误报告\n\n### 20220819\n\n完成了更新面板中的检查功能\n\n### 20220820\n\n完成更新功能\n\n修复了因为修改时间精度问题导致校验不通过的BUG\n\n新增重建和校验界面的停止按钮\n\n### 20220823\n\n新增各项输入的空值和值域判断\n\n### 20220824\n\n打包时支持硬链接，避免了创建不必要的重复文件","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-shake%2Fdiscarchivingtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff-shake%2Fdiscarchivingtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff-shake%2Fdiscarchivingtool/lists"}