Open sun2ot opened 5 months ago
The sync name is ambiguous. For example:
sync
coscli /path/to/localdir/ cos://mybucket/ -r
If there is an a.txt in the mybucket/ which is not in the localdir/, then a.txt shoule be deleted. But coscli sync will not do this.
a.txt
mybucket/
localdir/
Please add a note in the document that sync will not delete files in the target path that are inconsistent with the source path!
The
sync
name is ambiguous. For example:If there is an
a.txt
in themybucket/
which is not in thelocaldir/
, thena.txt
shoule be deleted. But cosclisync
will not do this.Please add a note in the document that
sync
will not delete files in the target path that are inconsistent with the source path!