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