update example_settings.yml
This commit is contained in:
parent
404f620cc7
commit
6b4c72e89b
|
|
@ -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"
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue