From a02698fcdd721f8087f6e36081619b2c5383fd17 Mon Sep 17 00:00:00 2001 From: Alexander Neumann Date: Tue, 22 May 2018 20:48:29 +0200 Subject: [PATCH] Add entry to changelog --- changelog/unreleased/issue-1801 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 changelog/unreleased/issue-1801 diff --git a/changelog/unreleased/issue-1801 b/changelog/unreleased/issue-1801 new file mode 100644 index 000000000..adf5e1c65 --- /dev/null +++ b/changelog/unreleased/issue-1801 @@ -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