From fdf313bbb5c816b204f8516d56cf9ebbb34e26c0 Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Wed, 10 Feb 2021 16:10:09 +0100 Subject: [PATCH] :pencil2: Update documentation --- README.md | 1 + nextcloud_backup/DOCS.md | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69475c4..7af585e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Auto backup can be configured via the web interface. - __Password protected Backup__ : this add-on can use the Home Assistant snapshot encryption. - __Auto Clean__ : You can specify the maximum number of local snapshots and (__ONLY__) auto backed-up snapshots. - __Restore__ : Upload backed-up snapshot to Home assistant. +- __Auto Stop__ : This addon can stop addons before backup and restart them after backup - __Web UI__ : All the configuration is based on an easy-to-use web interface, no yaml needed. > __Info:__ > Auto Clean is executed after every upload and every day at 00h30 diff --git a/nextcloud_backup/DOCS.md b/nextcloud_backup/DOCS.md index 47f9322..4348c1e 100644 --- a/nextcloud_backup/DOCS.md +++ b/nextcloud_backup/DOCS.md @@ -34,9 +34,10 @@ You can now configure the automatic backup. 1. Specify the backup naming template, this will define how your backup will be named. On this field, you can use some variables that are documented [here][variable_doc]. The default value is `{type}-{ha_version}-{date}_{hour}`. -1. If you want to protect your backup with a password, enable `Password Protected` and specify the password. 1. You can now choose witch folder and add-on you want to include in your backup. -1. Now select the backup frequency. +1. If you want to protect your backup with a password, enable `Password Protected` and specify the password. +1. Now select the backup frequency. +1. If you want to auto stop addons before backup, select then in `Auto Stop Addons` (*Note: These addons will be re-started after backup*) 1. You can finally enable Auto clean for Local Snapshot (Snapshot in Home Assistant) and Nextcloud Backups. If enabled, you can specify how much Local Snapshot and Nextcloud Backup you want to keep before deleting the older one. > __Info:__