From 63e2d07f51c38fc20fdbc05cbcf1afc4dbaa5890 Mon Sep 17 00:00:00 2001 From: wiro Date: Tue, 25 Dec 2018 14:19:23 +0100 Subject: [PATCH] Example config default option --- config.yaml-example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml-example b/config.yaml-example index ac79779..88af946 100644 --- a/config.yaml-example +++ b/config.yaml-example @@ -6,7 +6,7 @@ gitlab: - rvojcik/example-project backup: - project_dirs: True + project_dirs: False destination: "/data/backup" backup_name: "gitlab-com-{PROJECT_NAME}-{TIME}.tar.gz" backup_time_format: "%Y%m%d"