From 602de06b4e66356b5e98277dc19b2a81363a8e7a Mon Sep 17 00:00:00 2001 From: DrGraypFroot <33982978+DrGraypFroot@users.noreply.github.com> Date: Thu, 5 Jul 2018 13:27:27 +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 10edbe7..a2c7ffe 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 only outputs something in case of failure. To enable informative output even in case of success, remove all the # before the lines containing "print ...." +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 ...." ```py #!/usr/bin/env python3