From 0307921e79829b2cd026d78b5c7e7567322c20d7 Mon Sep 17 00:00:00 2001 From: Werner Robitza Date: Thu, 26 Mar 2020 09:47:46 +0100 Subject: [PATCH] change wording The backup is not uploaded anywhere, it is just created --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 1101286..c4e1f87 100755 --- a/backup.sh +++ b/backup.sh @@ -79,4 +79,4 @@ for DB in ${POSTGRES_DBS}; do find "${BACKUP_DIR}/monthly" -maxdepth 1 -mtime +${KEEP_MONTHS} -name "${DB}-*.sql*" -exec rm -rf '{}' ';' done -echo "SQL backup uploaded successfully" +echo "SQL backup created successfully"