Move changelog files for 0.9.1

This commit is contained in:
Alexander Neumann
2018-06-10 11:22:32 +02:00
parent 63779c1eb4
commit e62add84bc
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
Bugfix: Add limiting bandwidth to the rclone backend
The rclone backend did not respect `--limit-upload` or `--limit-download`.
Oftentimes it's not necessary to use this, as the limiting in rclone itself
should be used because it gives much better results, but in case a remote
instance of rclone is used (e.g. called via ssh), it is still relevant to limit
the bandwidth from restic to rclone.
https://github.com/restic/restic/issues/1801