oss-sync
oss-sync copied to clipboard
阿里云OSS同步工具
 上传成功但本地删除的文件没有在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 use ubuntu 14.04 and nodejs v5.6.x.
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 ```...