From f8a15c6055527960eabc3257f192ca7e533c39bb Mon Sep 17 00:00:00 2001 From: foxly-it Date: Fri, 3 Jun 2022 06:53:20 +0000 Subject: [PATCH] mod README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e86740..0e00cd8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ --- -This script is designed for [CloudPanel](CloudPanel.io). It backs up all data located in ```/home/cloudpanel``` to a Borgbackup repository. Furthermore, before the actual backup process, all databases that are specified are backed up and stored in ```/home/cloudpanel/backup```. In the script itself you have to define which database is used, e.g. MySQL/MariaDB or PostgreSQL. Adjustments that need to be changed in the script are marked with TODO. +This script is designed for [CloudPanel v1/v2](CloudPanel.io). It backs up all data located in ```/home/cloudpanel``` to a Borgbackup repository. Furthermore, before the actual backup process, all databases that are specified are backed up and stored in ```/home/cloudpanel/backup```. In the script itself you have to define which database is used, e.g. MySQL/MariaDB or PostgreSQL. Adjustments that need to be changed in the script are marked with TODO. In the script a Nextcloud instance is also considered, should this function not be used, it can simply be commented out. Of course, this script can be adapted to other systems.