From 7b4f2e84a60e5e0d6e0b9dcfb2f86c5898ebabb3 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 11 Oct 2021 21:01:05 -0400 Subject: [PATCH] changing the default backup path for now --- kaya.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kaya.conf b/kaya.conf index 778c3e5..c5ac89a 100644 --- a/kaya.conf +++ b/kaya.conf @@ -3,7 +3,7 @@ # Config file for Kaya, the restic backup wrapper # -backuproot=/backups/kaya +backuproot=/srv/backups/kaya local_port=8000 # use 'rest-server --listen ...' remote_port=8777 # some aribtrary port -- 2.25.1