juicedata / juicesync

A tool to move your data between any clouds or regions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error when options is in end of command.

zhoucheng361 opened this issue · comments

runner@fv-az136-797:~/work/juicesync/juicesync$ ./juicesync /tmp/sync-test/ jfs_sync_dir/ --exclude .stats
2022/06/30 01:27:40.973151 juicesync[6599] <ERROR>: juicesync [options] SRC DST
    SRC and DST should be [NAME://][ACCESS_KEY:SECRET_KEY@]BUCKET[.ENDPOINT][/PREFIX] [main.go:357]

runner@fv-az136-797:~/work/juicesync/juicesync$ ./juicesync --exclude .stats  /tmp/sync-test/ jfs_sync_dir/
2022/06/30 01:40:13.780840 juicefs[8609] <INFO>: Syncing from file:///tmp/sync-test/ to file:///home/runner/work/juicesync/juicesync/jfs_sync_dir/ [sync.go:619]
2022/06/30 01:40:13.794143 juicefs[8609] <WARNING>: skip not exist file or directory: /tmp/sync-test/.trash/ [file.go:346]
Scanned objects count: 768 / 768 [==============================================================]  done      
 Copied objects count: 0                  0.00/s       
 Copied objects bytes: 0.00 b (0 Bytes)   0.00 b/s     
Checked objects bytes: 0.00 b (0 Bytes)   0.00 b/s     
Deleted objects count: 0                  0.00/s       
Skipped objects count: 768                12816.69/s   
 Failed objects count: 0                  0.00/s       
2022/06/30 01:40:13.842648 juicefs[8609] <INFO>: Found: 768, copied: 0 (0 B), checked: 0 B, deleted: 0, skipped: 768, failed: 0 [sync.go:890]