From 4de4f9e31acca18a716549ea31e26a1c85ab0ba0 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 1 May 2025 15:05:04 +0200 Subject: [PATCH] fix type in comment header --- localdump.sh | 2 +- plugins/localdump/pgsql.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/localdump.sh b/localdump.sh index 232d891..8807823 100755 --- a/localdump.sh +++ b/localdump.sh @@ -20,7 +20,7 @@ # 2024-03-18 ah fix for db detection from file and cli restore # 2024-10-02 ah reset $rc before calling db plugin # 2024-12-13 ah set gzip compression from 9 to 4 -# 2025-05-01 ah suport backup of single database or given databases +# 2025-05-01 ah support backup of single database or given databases # ====================================================================== # --- variables: diff --git a/plugins/localdump/pgsql.sh b/plugins/localdump/pgsql.sh index 3a79779..ea92992 100755 --- a/plugins/localdump/pgsql.sh +++ b/plugins/localdump/pgsql.sh @@ -18,7 +18,7 @@ # 2024-12-16 ah v1.7 on snapshot mode it can fallback for single database to normal pg_dump of origin # 2024-12-17 ah v1.8 handle env variables to disable snapshots or set times for disconnect # 2025-02-03 ah v1.9 pg_dump in temp directory; dump file will be moved to backup dir -# 2025-05-01 ah v1.10 suport backup of single database or given databases +# 2025-05-01 ah v1.10 support backup of single database or given databases # ================================================================================ if [ -z "$BACKUP_TARGETDIR" ]; then -- GitLab