From c0e6c0414b49fefe1a87ccc77c465ec58f160c73 Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Mon, 29 Aug 2022 12:19:58 -0400 Subject: [PATCH] Tweak svn backup script --- bin/backup-svn-repo | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/backup-svn-repo b/bin/backup-svn-repo index 301aa75..3691846 100644 --- a/bin/backup-svn-repo +++ b/bin/backup-svn-repo @@ -42,6 +42,7 @@ if [[ ! -d "$repo_path" ]]; then exit 1 fi +output_path="$output_path/svn" mkdir -p "$output_path" now=$(echo $(date '+%Y-%m-%d-%H-%M-%S'))