From 5a5b967c9088ff45786559dd44dd860a3c29254a Mon Sep 17 00:00:00 2001 From: rileyrg Date: Sun, 7 Jan 2024 17:40:51 +0100 Subject: [PATCH] revert hetzner --- DotFiles/.syncrclone/hetzner-config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DotFiles/.syncrclone/hetzner-config.py b/DotFiles/.syncrclone/hetzner-config.py index 4c59dd3..99c392a 100644 --- a/DotFiles/.syncrclone/hetzner-config.py +++ b/DotFiles/.syncrclone/hetzner-config.py @@ -81,7 +81,7 @@ filter_flags = ["--filter-from", "excludes.txt"] # # There is extemely minimal validation of flags. If you're uncertain, have # a backup and test with `--dry-run` -rclone_flags = [ "--links"] +rclone_flags = [ "--links","--check-first","--checkers","4","--transfers","2"] # The following are added to the existing environment. # These should NOT include any filtering! rclone_env = {}