From 8a289733df3f6c510aa9940a2a49209fb991dbfe Mon Sep 17 00:00:00 2001 From: DrGraypFroot <33982978+DrGraypFroot@users.noreply.github.com> Date: Thu, 5 Jul 2018 13:28:42 +0200 Subject: [PATCH] Updated Backup (markdown) --- Backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backup.md b/Backup.md index a2c7ffe..d6703c7 100644 --- a/Backup.md +++ b/Backup.md @@ -42,7 +42,7 @@ Example crontab (Backup daily at 18:30): The script automatically deletes backups that are older then the specified value of retention in the yaml file. -This script outputs the result of the mongodump as you would see it when dumping manually. Otherwise it only outputs something in case of failure. To enable informative output even in case of success, remove all the # before the lines containing "print ...." +The output of the script contains the result of the mongodump as you would see it when dumping manually. Otherwise it only outputs something in case of failure. To enable informative output even in case of success, remove all the # before the lines containing "print ...." ```py #!/usr/bin/env python3