Go to file
2022-05-02 09:58:13 +02:00
.github 🚑 Fix CI/CD 2022-05-02 09:58:13 +02:00
images ✏️ Update image and readme 2021-01-09 00:27:46 +01:00
nextcloud_backup 🚑 Fix CI/CD 2022-05-02 09:58:13 +02:00
.auto-changelog ✏️ Add release-it and auto-changelog config 2020-08-26 16:44:29 +02:00
.gitignore ✏️ Add yarn script for release 2022-05-01 14:44:32 +02:00
.release-it.yml ✏️ Add yarn script for release 2022-05-01 14:44:32 +02:00
.yarnrc.yml ✏️ Add yarn script for release 2022-05-01 14:44:32 +02:00
deploy Add deploy script 2020-01-10 21:29:13 +01:00
LICENSE 🎉 2022 (a bit late 😅) 2022-02-11 11:52:29 +01:00
package.json ✏️ Add yarn script for release 2022-05-01 14:44:32 +02:00
README.md 🎉 2022 (a bit late 😅) 2022-02-11 11:52:29 +01:00
yarn.lock ✏️ Add yarn script for release 2022-05-01 14:44:32 +02:00

Home Assistant Add-ons: Nextcloud Backup

GitHub Release Project Stage License

Supports aarch64 Architecture Supports amd64 Architecture Supports armhf Architecture Supports armv7 Architecture Supports i386 Architecture

Project Maintenance

Community Forum

Easily backup your Home Assistant snapshots to Nextcloud

Nextcloud Backup Screenshot

About

Easily backup your Home Assistant snapshots to Nextcloud. Auto backup can be configured via the web interface.

Features

  • Auto Backup : Configure this add-on to automatically backup your HassIO instance
  • Selective Backup : You can specify witch folder and add-on you want to backup.
  • 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.
  • Home Assistant State Entities : This addon create 2 entite in HA : binary_sensor.nextcloud_backup_error and sensor.nextcloud_backup_status

Info: Auto Clean is executed after every upload and every day at 00h30

Installation

The installation of this add-on is pretty straightforward and not different in comparison to installing any other Hass.io add-on.

  1. Add our Home Assisant add-ons repository to your HassOS instance.
  2. Install the "Nextcloud Backup" add-on.
  3. Start the "Nextcloud Backup" add-on
  4. Check the logs of the "Nextcloud Backup" add-on to see if everything went well.
  5. Open the web UI for the "Nextcloud Backup" to configure the add-on.

NOTE: Do not add this repository to HassOS, please use: https://github.com/Sebclem/sebclem-hassio-addon-repository.

Configuration

The configuration documention can be found here

Support

Got questions?

You have several options to get them answered:

You could also open an issue here GitHub.

Authors & contributors

The original setup of this repository is by Sebastien Clement.

For a full list of all authors and contributors, check the contributor's page.

License

MIT License

Copyright (c) 2022 Sébastien Clément

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.