3 | | I did some digging, and rclone is attempting to use size + modified time to detect changes in files. the size of already present repo file varies, but the size of an already present repo.sha256 file is consistent (as the checksums and filenames are always the same length) |
| 3 | The problem it was complaining about is the repo.sha256 not matching the sha256sum of the repo file. |
| 4 | |
| 5 | I did some digging on our ci/cd pipelines, and rclone is attempting to use size + modified time to detect changes in files. the size of already present repo file varies, but the size of an already present repo.sha256 file is consistent (as the checksums and filenames are always the same length) |