diff --git a/modules/home/programs/rclone.nix b/modules/home/programs/rclone.nix
index 2c4372a..052c3c6 100644
--- a/modules/home/programs/rclone.nix
+++ b/modules/home/programs/rclone.nix
@@ -105,7 +105,7 @@ in {
           };
           Service = {
             Type = "oneshot";
-            ExecStart = "${pkgs.rclone}/bin/rclone --config=${config.sops.templates."rclone.conf".path} --resilient --recover -v --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents";
+            ExecStart = "${pkgs.rclone}/bin/rclone --config=${config.sops.templates."rclone.conf".path} --resilient --recover -vv --exclude-from %h/Documents/sync-exclude.txt bisync cloud:Documents %h/Documents";
           };
           Install.WantedBy = ["default.target"];
         };