#Reuploading same files through CLI increases occupied space
1 messages · Page 1 of 1 (latest)
Those 585 assets are duplicated so the server rejects them. However, the CLI tool doesn’t have a persistent storage to store which files are rejected so it will ask the server to reupload those files
You will need to help monitor where the storage increases and we can look at the code to see if it is cleaned up properly
I'm sorry to be asking the same question the third time with the same response 😂
How can I help you with that?
I ran this command to find duplicate files:
find . -type f -exec md5sum {} + | sort | uniq -w32 -d --all-repeated=separate | cut -f2- -d' ' && notify