summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhosts/vidhar/borg/copy.py3
1 files changed, 2 insertions, 1 deletions
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):
182 '--chunker-params=10,23,16,4095', 182 '--chunker-params=10,23,16,4095',
183 '--files-cache=ctime,size', 183 '--files-cache=ctime,size',
184 '--show-rc', 184 '--show-rc',
185 # '--remote-ratelimit=20480', 185 '--upload-buffer=100',
186 '--upload-ratelimit=20480',
186 '--log-json', 187 '--log-json',
187 '--progress', 188 '--progress',
188 '--list', 189 '--list',