oss-sync icon indicating copy to clipboard operation
oss-sync copied to clipboard

阿里云OSS同步工具

Results 7 oss-sync issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/42853629/68661095-5b579380-0575-11ea-875e-404692016e60.png) 上传成功但本地删除的文件没有在oss中删除

`Error: EMFILE: too many open files` https://stackoverflow.com/questions/8965606/node-and-error-emfile-too-many-open-files

Attempting to sync with a directory containing path names with UTF16 encoded Chineses text causes the process to hang and unable to quit, forcing a reboot.

My .oss-sync.json is as follows: ``` { "source":"/home/fzx/work/dbbackup", "dest":"mysql", "accessKeyId":"", "secretAccessKey":"", "endpoint":"http://oss-cn-hangzhou.aliyuncs.com", "bucket":"ahxtest", "incrementalMode":false } ``` New files are uploaded ok, but when i remove some files, and run osync,...

I think it's time to add some new options for various situation. As far as now i have these two option in mind: - `forceUpload`/`-f`: Force upload every file without...

I prepared a json file `.oss-sync.json`: ``` json { "endpoint":"...", "accessKeyId":"...", "secretAccessKey":"...", "bucket":"sda1", "source":"/Users/Administrator/Buckets/sda1/images", "dest":"images" } ``` Then when those done ``` cmd cd /Users/Administrator/Buckets/sda1 mv camomile-960x600.jpg images/camomile-960x600.jpg osync ```...