From bfc66cceaa2dcf499e20ae328e2d5acb5c04a5e6 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 27 Feb 2016 16:32:40 +0000 Subject: [PATCH] Update b2 docs after temp file changes --- docs/content/b2.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/content/b2.md b/docs/content/b2.md index d3df2e9a3..dba65b17f 100644 --- a/docs/content/b2.md +++ b/docs/content/b2.md @@ -119,17 +119,11 @@ Rclone doesn't provide any way of managing old versions (downloading them or deleting them) at the moment. When you `purge` a bucket, all the old versions will be deleted. -### Bugs ### - -Note that when uploading a file, rclone has to make a temporary copy -of it in your temp filing system. This is due to a weakness in the B2 -API which I'm hoping will be addressed soon. - ### API ### Here are [some notes I made on the backblaze API](https://gist.github.com/ncw/166dabf352b399f1cc1c) while integrating it with rclone which detail the changes I'd like to see. With a couple of small tweaks Backblaze could enable rclone to not -make a temporary copy of all files and fully support modification -times. +make a temporary copy of files when doing cloud to cloud copies and +fully support modification times.