From c1fd28a52fc58ae735b6362d3453d3211ab4a0c5 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 19 Dec 2022 18:02:10 +0000 Subject: [PATCH] Create parent directories when initializing repo --- backup/initialize-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/initialize-repo.sh b/backup/initialize-repo.sh index 712561e..c3ed8a5 100644 --- a/backup/initialize-repo.sh +++ b/backup/initialize-repo.sh @@ -2,4 +2,4 @@ . ./backup.conf -./borg-linux64 init -e repokey \ No newline at end of file +./borg-linux64 init -e repokey --make-parent-dirs \ No newline at end of file