change 'configuration.yml' to 'config.yml'

This commit is contained in:
Marc Koch 2021-02-14 22:04:13 +01:00
parent 80c17610a4
commit 9d2412c11f
Signed by: marc
GPG Key ID: AC2D4E00990A6767
1 changed files with 4 additions and 4 deletions

View File

@ -21,17 +21,17 @@ pip3 install -r requirements.txt
``` ```
### Configuration ### Configuration
1. Copy the `example_configuration.yml`. 1. Copy the `example_config.yml`.
```bash ```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 ### Back up a Nextcloud installation
The `backup.py` script will create a **backup of the database and the configuration** of your Nextcloud installations. 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 ```bash
python3 backup.py python3 backup.py