From 9d2412c11f50c6c1ee3638786403ef2fe12ebbb8 Mon Sep 17 00:00:00 2001 From: Marc Michalsky Date: Sun, 14 Feb 2021 22:04:13 +0100 Subject: [PATCH] change 'configuration.yml' to 'config.yml' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56354f4..37b0923 100644 --- a/README.md +++ b/README.md @@ -21,17 +21,17 @@ pip3 install -r requirements.txt ``` ### Configuration -1. Copy the `example_configuration.yml`. +1. Copy the `example_config.yml`. ```bash -cp example_configuration.yml configuration.yml +cp example_config.yml config.yml ``` -2. Adjust the `configuration.yml` with an editor of your choice. +2. Adjust the `config.yml` with an editor of your choice. ### Back up a Nextcloud installation The `backup.py` script will create a **backup of the database and the configuration** of your Nextcloud installations. -You can adjust the backup directory and the maximum number of backups in the `configuration.yml`. +You can adjust the backup directory and the maximum number of backups in the `config.yml`. ```bash python3 backup.py