diff --git a/source/_includes/common-tasks/backups.md b/source/_includes/common-tasks/backups.md index c64dac9f99d..77eae32ab0b 100644 --- a/source/_includes/common-tasks/backups.md +++ b/source/_includes/common-tasks/backups.md @@ -1,6 +1,6 @@ ## Backups -Backup of your Home Assistant and add-on data and configuration. They are stored in a compressed archive file (.tar). Backups are made from the Supervisor Backups panel. There is also a service available that allows you to trigger the creation of a backup from an automation. Backups are stored in the /backup directory. +Backup of your Home Assistant and add-on data and configuration. They are stored in a compressed archive file (.tar). Backups are made from the Supervisor Backups panel. There is also a service available that allows you to trigger the creation of a backup from an automation. Backups are stored in the `/backup` directory. A full backup includes the following directories: @@ -58,3 +58,4 @@ You often need a backup in case your system has crashed. If you only store them - [Nextcloud Backup](https://github.com/Sebclem/hassio-nextcloud-backup) - [Samba backup](https://github.com/thomasmauerer/hassio-addons/tree/master/samba-backup) - [Remote Backup (scp/rsync/rclone)](https://github.com/ikifar2012/remote-backup-addon) +- [Syncthing](https://github.com/Poeschl/Hassio-Addons/tree/main/syncthing)