From 496395a9d9ee3be5abd61f94b11a7898a14c3735 Mon Sep 17 00:00:00 2001 From: Nicolai Bjerre Pedersen Date: Tue, 13 Mar 2018 13:40:00 +0100 Subject: [PATCH] Update config.json Fixes #2 --- remote-backup/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote-backup/config.json b/remote-backup/config.json index 390e5fb..06da25a 100644 --- a/remote-backup/config.json +++ b/remote-backup/config.json @@ -24,6 +24,6 @@ "ssh_key": ["str"], "remote_directory": "str", "zip_password": "str", - "keep_local_backup": "match(^(all|[+]?\\d?)$)" + "keep_local_backup": "match(^(all|[+]?\\d*)$)" } }