From de79cc6ec08eb76effee8bec905d7fc3d7cad1c3 Mon Sep 17 00:00:00 2001 From: Foxly IT Blog <81775975+foxly-it@users.noreply.github.com> Date: Mon, 12 Jul 2021 13:10:54 +0200 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eaa391b..22db945 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ # Backup-CloudPanel-Nextcloud -Backup with BorgBackup - CloudPanel, Nextcloud +*BorgBackup Script - CloudPanel, Nextcloud +[![foxly.de](https://foxly.de/images/style-11/pageLogo-da5297a2.svg)](https://foxly.de) + +[![Blog](https://img.shields.io/static/v1.svg?color=FF6C54&labelColor=55555&logoColor=ffffff&style=for-the-badge&label=Foxly.de&message=IT-Blog)](https://foxly.de "How-To guides, opinions and much more!") +[![GitHub](https://img.shields.io/static/v1.svg?color=FF6C54&labelColor=55555&logoColor=ffffff&style=for-the-badge&label=Foxly.de&message=GitHub)](https://github.com/foxly-it "view the source for all of our repositories.") +[![CloudPanel](https://img.shields.io/static/v1.svg?color=398fdb&labelColor=55555&logoColor=ffffff&style=for-the-badge&label=CloudPanel.io&message=Nextcloud)](https://github.com/foxly-it "view the source for all of our repositories.") + + +This backupscript is designed to be simple. It is adapted for [CloudPanel](CloudPanel.io). Of course there is also a focus on Nextcloud. + +It backs up both the databases and the files. + +## Usage + +First, a BorgBackup repository must be created. + +``` + borg init --encryption=repokey /path/to/backup +``` + +Now you can adjust the script to your needs.