git-annex/doc/special_remotes/rclone/comment_7_6360df4c153cc904ff98ba4d98987891._comment
2024-11-05 15:43:10 +00:00

16 lines
1.1 KiB
Text

[[!comment format=mdwn
username="mike@2d6d71f56ce2a992244350475251df87c26fe351"
nickname="mike"
avatar="http://cdn.libravatar.org/avatar/183fa439752e2f0c6f39ede658d81050"
subject="Re: corruption using git-annex-remote-rclone"
date="2024-11-05T15:43:09Z"
content="""
I think this only happens with some rclone remote backends (like pcloud). The pcloud backend definitely keeps partially uploaded files, under the name of the full file. The backend attempts to do the right thing and uses the `nopartial` option of the pcloud API, but this does not work as it should [1].
I believe the latest rclone updates in 1.68.x should fix this issue, because they handle partial uploads in rclone itself [2].
Re: `rclone gitannex`: I only updated one client to use this, but I've also been careful to never interrupt uploads, so I can't tell. But I don't see how it behaves differently in this regard.
[1] https://forum.rclone.org/t/pcloud-keeps-partial-uploads/46026
[2] See changelog, the OpenWriterAt feature implies PartialUploads: https://rclone.org/changelog/#v1-68-0-2024-09-08
"""]]