cloudbuddy
cloudbuddy copied to clipboard
Some files/folders have no file size
I've noticed this appears with folders, and also files like .docx and .xlsx and .svg, but there are probably more file types that don't have a file size. Also, you could perhaps use some commands to remove of modify weird stuff in the dates?
I've noticed this appears with folders, and also files like .docx and .xlsx and .svg, but there are probably more file types that don't have a file size.
I've noticed that too, however it's rclone's fault and there's nothing I can do about it. Maybe those specific files take up no space on the drive or something.
Also, you could perhaps use some commands to remove of modify weird stuff in the dates?
I can try, but the wait-time is already pretty bad, and every sed
command makes a difference.
I've noticed the "0 bytes" thing too. Rclone is providing that data - so I'm not aware of any fixes except to track down and fix the bug within rclone.
The date thing easily be fixed, but it's a matter of time. Is the increased wait time for many files in the list, worth adding a couple more sed
commands to format the date better?
Sure I guess, it already takes long enough that a few secs wont matter much