From 4fcac2af90e9cdda29c563e39dec26ee6882f024 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 26 May 2022 21:47:00 +0200 Subject: And fix the same typo but for postgresql backups --- lib/subcommands/backup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/subcommands/backup.bash b/lib/subcommands/backup.bash index aa23cc8..2b952e7 100644 --- a/lib/subcommands/backup.bash +++ b/lib/subcommands/backup.bash @@ -123,7 +123,7 @@ backup_database_postgresql() { PGPASSWORD="$(config "bashtard.backup.db.postgresql.password" "")" PGUSER="$(config "bashtard.backup.db.postgresql.user" "postgres")" borg="$(config "bashtard.backup.borg.command" "borg")" - remote="$(config "bashtard.backups.borg.remote_paths.$index" "borg")" + remote="$(config "bashtard.backup.borg.remote_paths.$index" "borg")" repo="$(config "bashtard.backup.repositories.$index")" [[ $PGPASSWORD == "" ]] && export PGPASSWORD -- cgit v1.1