X-Git-Url: https://git.p6c8.net/nextcloud-backup-restore.git/blobdiff_plain/d1b143f4912ab29f4578a7139a877ee2ae8e036e..c85aca18c26c5c5bc8cd33a007ed235baa4a7ca9:/README.md?ds=sidebyside diff --git a/README.md b/README.md index 41d96b1..554d7c9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![release](https://img.shields.io/badge/dynamic/json.svg?label=release&url=https://codeberg.org/api/v1/repos/DecaTec/Nextcloud-Backup-Restore/releases&query=$[0].tag_name)](https://codeberg.org/DecaTec/Nextcloud-Backup-Restore/releases) + # Nextcloud-Backup-Restore This repository contains two bash scripts for backup/restore of [Nextcloud](https://nextcloud.com/). @@ -16,7 +18,7 @@ The scripts take care of these items to backup automatically. ## Requirements -- *pigz* (https://zlib.net/pigz/) when using backup compression. If not available, you can use another compression algorithm (e.g. gzip) +- *pigz* (https://zlib.net/pigz/) when using backup compression. If not installed already, it can be installed with `apt install pigz` (Debian/Ubuntu). If not available, you can use another compression algorithm (e.g. gzip) ## Important notes about using the scripts