Update b2 docs after temp file changes
This commit is contained in:
parent
1105b6bd94
commit
bfc66cceaa
1 changed files with 2 additions and 8 deletions
|
@ -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
|
them or deleting them) at the moment. When you `purge` a bucket, all
|
||||||
the old versions will be deleted.
|
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 ###
|
### API ###
|
||||||
|
|
||||||
Here are [some notes I made on the backblaze
|
Here are [some notes I made on the backblaze
|
||||||
API](https://gist.github.com/ncw/166dabf352b399f1cc1c) while
|
API](https://gist.github.com/ncw/166dabf352b399f1cc1c) while
|
||||||
integrating it with rclone which detail the changes I'd like to see.
|
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
|
With a couple of small tweaks Backblaze could enable rclone to not
|
||||||
make a temporary copy of all files and fully support modification
|
make a temporary copy of files when doing cloud to cloud copies and
|
||||||
times.
|
fully support modification times.
|
||||||
|
|
Loading…
Reference in a new issue