# 文件同步 **Repository Path**: wangxiaokuang/file-synchronization ## Basic Information - **Project Name**: 文件同步 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-06-17 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 文件同步 ## 介绍 基于OpenJDK的文件(夹)同步程序 ## 使用方法 ```shell java -jar FileSync.jar "~/test" "~/test2" "10" ``` 第一个参数:被同步的文件(夹) 第二个参数:同步的目标文件(夹) 第三个参数:同步时间间隔,为0则只同步一次