Rclone only dowloads files with different file size using MEGA, no date check etc

What is the problem you are having with rclone?

hi, updating a folder downloading files from mega, I saw that rclone doesn't download files with updated date or files of the same size but different content, but download only files with different file size, is it a mega limitation? other programs like airexplorer are able to check date. thank you and sorry for my poor english

What is your rclone version (output from rclone version)

1.52.3 and latest betta

Which OS you are using and how many bits (eg Windows 7, 64 bit)

windows 10 64bit

Which cloud storage system are you using? (eg Google Drive)

mega

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone copy ...

What's the full command you are running?
Can you include that command with a debug log with -vv and post that please.

According to the docs @ https://rclone.org/overview/#features, currently, Mega doesn't support both Hash and Modtime, so I think this behaviour is expected.

1 Like

You might find the --update flag useful here which is specifically for backends which don't store the time rclone sends.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.