From 1f0ef134854bf2355e0eb5cff02207cc2d94c12a Mon Sep 17 00:00:00 2001 From: Danny Tsang <567982+dannytsang@users.noreply.github.com> Date: Sat, 5 Nov 2022 13:43:20 +0000 Subject: [PATCH] Added OneDrive to list of backup services (#24825) * Re-arranged other backup location list in alphabetical order. * Added OneDrive to backup (location) list. --- source/_includes/common-tasks/backups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/backups.md b/source/_includes/common-tasks/backups.md index 77eae32ab0b..30a00904d66 100644 --- a/source/_includes/common-tasks/backups.md +++ b/source/_includes/common-tasks/backups.md @@ -55,7 +55,8 @@ You often need a backup in case your system has crashed. If you only store them - [Google Drive Backup](https://github.com/sabeechen/hassio-google-drive-backup) - [Dropbox Sync](https://github.com/danielwelch/hassio-dropbox-sync) +- [OneDrive Backup](https://github.com/lavinir/hassio-onedrive-backup) - [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) +- [Samba backup](https://github.com/thomasmauerer/hassio-addons/tree/master/samba-backup) - [Syncthing](https://github.com/Poeschl/Hassio-Addons/tree/main/syncthing)