22 lines
1.3 KiB
Markdown
22 lines
1.3 KiB
Markdown
# Backup-CloudPanel-Nextcloud
|
|
*BorgBackup Script - CloudPanel, Nextcloud*
|
|
|
|
[![foxly.de](https://foxly.de/media/223-github-logo-png/)](https://foxly.de)
|
|
|
|
[![Commits](https://img.shields.io/github/last-commit/foxly-it/Backup-CloudPanel-Nextcloud?style=flat-square)](https://github.com/foxly-it/Backup-CloudPanel-Nextcloud/commits/main) [![GitHub release](https://img.shields.io/github/release/foxly-it/Backup-CloudPanel-Nextcloud?style=flat-square)](https://github.com/foxly-it/Backup-CloudPanel-Nextcloud/releases) [![GitHub license](https://img.shields.io/github/license/foxly-it/Backup-CloudPanel-Nextcloud?style=flat-square&color=lightgray)](LICENSE.md) [![GitHub file size in bytes](https://img.shields.io/github/size/foxly-it/Backup-CloudPanel-Nextcloud/backup.sh?style=flat-square)](https://github.com/foxly-it/Backup-CloudPanel-Nextcloud/blob/main/Backup-CloudPanel-Nextcloud.sh)
|
|
|
|
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.
|
|
|
|
[![foxly.de](https://foxly.de/media/232-png-bild-png/)](https://foxly.de)
|