From 9009bc47c36e893e658c5f9075d3f14bc42079ec Mon Sep 17 00:00:00 2001 From: Sebastien Clement Date: Fri, 10 Jan 2020 20:33:40 +0100 Subject: [PATCH] :arrow_up: Update Version to 0.7.0 --- README.md | 2 -- nextcloud_backup/README.md | 21 +++++++++++++++++++++ nextcloud_backup/config.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0881582..5d907af 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ Hass.io snapshot backup to Nextcloud ## About Easily backup your Hass.io snapshots to Nextcloud. -Auto backup can be configure with the web interface. ### Features - Auto Backup : Configure this add-on to automaticly backup your HassIO instance. @@ -200,6 +199,5 @@ SOFTWARE. [releases-shield]: https://img.shields.io/github/release/Sebclem/hassio-nextcloud-backup.svg?include_prereleases [releases]: https://github.com/Sebclem/hassio-nextcloud-backup/releases [repository]: https://github.com/Sebclem/sebclem-hassio-addon-repository -[version-shield]: https://images.microbadger.com/badges/version/hassioaddons/log-viewer.svg [contributors]: https://github.com/Sebclem/hassio-nextcloud-backup/graphs/contributors [semver]: https://semver.org/spec/v2.0.0.htm diff --git a/nextcloud_backup/README.md b/nextcloud_backup/README.md index 108b49a..86a69da 100644 --- a/nextcloud_backup/README.md +++ b/nextcloud_backup/README.md @@ -12,6 +12,27 @@ Hass.io snapshot backup to Nextcloud Easily backup you'r Hass.io snapshots to Nextcloud. Auto backup can be configure with the web interface. +### Features +- Auto Backup : Configure this add-on to automaticly backup your HassIO instance. +- Auto Clean : You can specify the maximum number of local snapshots and (__ONLY__) auto backuped snapshots. +- ~~Restore backups.~~ (Coming Soon) +> __Info:__
+> Auto Clean is executed after every upload and every day at 00h30 + + +## NextCloud config + +Firts, you need to configure all your Nextcloud information. + +To do this: +1. Open the add-on Web UI +1. Open NextCloud config menu (Top right gear, and Nexcloud) +1. If your NextCloud instance use `HTTPS`, enable the `SSL` lever +1. Enter the `hostname` of the NextCloud instance. You can specify a custom port by adding `:[port]` at the end of the hostname (`exemple.com:8080`) +1. Now enter the Username that you when this add-on use. +1. For password, we highly recommend to use `App Password`.
+ >To generate a `App Password`, go into your personal setting into Nextcloud, Security page. You can generate one via the `Devices & sessions` section. Simply entre a name and hit `Create new app password` + [Click here for the full documentation][docs] diff --git a/nextcloud_backup/config.json b/nextcloud_backup/config.json index b90c8d2..73e1113 100644 --- a/nextcloud_backup/config.json +++ b/nextcloud_backup/config.json @@ -1,6 +1,6 @@ { "name": "Nextcloud Backup", - "version": "0.6.0", + "version": "0.7.0", "slug": "nextcloud_backup", "description": "Hass.io snapshot backup to Nextcloud", "url": "https://github.com/Sebclem/hassio-nextcloud-backup",