sync-box 0.1.2

一个高效的目录同步工具,支持实时监听文件变化并自动同步,可通过命令行直接使用或通过配置文件管理多个同步任务。
Documentation
1
2
3
4
5
6
7
8
9
10
11


mod integration {
    // 包含所有集成测试模块
    mod sync_success; // 成功同步
    mod target_not_writable; // 文件只读

    mod file_permission_denied; // 权限不足

    mod source_not_found; // 源文件没有找到
}