From 7bfb535da32c899cfdd0e691daf7c0d8208c9012 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Thu, 6 Dec 2012 10:02:07 +0100 Subject: [PATCH] forgot password file in the check_gauge --- default-rsync.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/default-rsync.lua b/default-rsync.lua index 6da1392..6fa578e 100644 --- a/default-rsync.lua +++ b/default-rsync.lua @@ -67,6 +67,7 @@ rsync.checkgauge = { links = true, one_file_system = true, owner = true, + password_file = true, perms = true, protect_args = true, prune_empty_dirs = true,