update example_settings.yml

This commit is contained in:
Marc Koch 2021-02-14 20:58:33 +01:00
parent 404f620cc7
commit 6b4c72e89b
Signed by: marc
GPG Key ID: AC2D4E00990A6767
1 changed files with 16 additions and 11 deletions

View File

@ -1,17 +1,22 @@
nextcloud_containers: nextcloud_containers:
instance1: # name like Nextcloud container instance cloud1: # Name it after your Nextcloud installation
mysql_password: "password" app_container: "nextcloud-app-container-name"
backup_folder: "/full/path/to/directory/" db_container: "nextcloud-database-container-name"
compose_file_path: "/full/path/to/directory/" mysql_root_password: "password"
backup_dir: "/full/path/to/directory/"
docker_compose_file_path: "/full/path/to/docker-compose.yaml"
number_of_backups: 5
instance2: # name like Nextcloud container instance cloud2: # Name it after your Nextcloud installation
mysql_password: "password" app_container: "nextcloud-app-container-name"
backup_folder: "/full/path/to/directory/" db_container: "nextcloud-database-container-name"
compose_file_path: "/full/path/to/directory/" mysql_root_password: "password"
backup_dir: "/full/path/to/directory/"
docker_compose_file_path: "/full/path/to/docker-compose.yaml"
number_of_backups: 5
log: log:
text: true logging: true
json: false log_dir: "/path/for/logging/"
log_file: "/full/path/to/file.log"