From ff35aeca87110d3af268295ff48746b424aabb68 Mon Sep 17 00:00:00 2001 From: Akuket <32392661+Akuket@users.noreply.github.com> Date: Wed, 18 Jul 2018 18:58:53 +0200 Subject: [PATCH] Updated Backup (markdown) --- Backup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Backup.md b/Backup.md index 3afe4e4..5063765 100644 --- a/Backup.md +++ b/Backup.md @@ -41,7 +41,7 @@ then fi -# Start +# Starts makeDump ``` @@ -76,7 +76,7 @@ makesRestore() # Targets the restore file. restore=$"/snap/wekan/$version/bin/mongorestore" - # Restore. + # Restores. printf "\nThe database restore is in progress.\n\n" $restore -d wekan --port 27019 $file/dump/wekan printf "\nRestore done.\n" @@ -93,7 +93,7 @@ then fi -# Start. +# Starts. makesRestore $1 ```