From f38b1c49d17fe0ca3c9c381667e36d7ade32562f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 1 Nov 2022 21:20:36 +0100 Subject: ... --- hosts/vidhar/borg/copy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/borg/copy.py b/hosts/vidhar/borg/copy.py index b9b667f2..c648c4f6 100755 --- a/hosts/vidhar/borg/copy.py +++ b/hosts/vidhar/borg/copy.py @@ -182,7 +182,8 @@ def copy_archive(src_repo_path, dst_repo_path, entry): '--chunker-params=10,23,16,4095', '--files-cache=ctime,size', '--show-rc', - # '--remote-ratelimit=20480', + '--upload-buffer=100', + '--upload-ratelimit=20480', '--log-json', '--progress', '--list', -- cgit v1.2.3