From d4f59565828031ce5614f754e433400d07f08b1c Mon Sep 17 00:00:00 2001 From: "mike@2d6d71f56ce2a992244350475251df87c26fe351" Date: Tue, 5 Nov 2024 15:43:10 +0000 Subject: [PATCH] Added a comment: Re: corruption using git-annex-remote-rclone --- ...t_7_6360df4c153cc904ff98ba4d98987891._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/special_remotes/rclone/comment_7_6360df4c153cc904ff98ba4d98987891._comment diff --git a/doc/special_remotes/rclone/comment_7_6360df4c153cc904ff98ba4d98987891._comment b/doc/special_remotes/rclone/comment_7_6360df4c153cc904ff98ba4d98987891._comment new file mode 100644 index 0000000000..baf218374e --- /dev/null +++ b/doc/special_remotes/rclone/comment_7_6360df4c153cc904ff98ba4d98987891._comment @@ -0,0 +1,16 @@ +[[!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 +"""]] -- 2.30.2