From 5f32c82a3f808215df19883db7094a895783f256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Kr=C3=BCger?= Date: Tue, 16 Mar 2021 13:36:29 +0100 Subject: [PATCH] fix geekbench_downloader path --- README.md | 8 ++++---- sh_scripts/geekbench_downloader.sh | 2 +- sh_scripts/mail_backup.sh | 10 ++++++++++ 3 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 sh_scripts/mail_backup.sh diff --git a/README.md b/README.md index cae1027..7034b45 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Ram: 2GB

## TS3AudioBot Installer -![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)
+![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)
bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/ts3audiobot_installer.sh') @@ -34,7 +34,7 @@ is not finished
## Geekbench5 Downloader -![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)
+![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)
bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/geekbench_downloader.sh') @@ -42,7 +42,7 @@ is not finished
## Cloudserver Repo Autoset -![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209%20-%20error%20-%20red) ![](https://img.shields.io/badge/Ubuntu%2018.04%20-error-%20red
+![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209%20-%20error%20-%20red) ![](https://img.shields.io/badge/Ubuntu%2018.04%20-error-%20red) ![](https://img.shields.io/badge/Ubuntu%2020.04%20-error-%20red)
bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/cloudserver_auto_repos.sh') @@ -50,5 +50,5 @@ is not finished
## Prometheus + Grafana + Node_Exporter Quick Installer -![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work-green) ![](https://img.shields.io/badge/Ubuntu%2018.04-work!-green)
+![](https://img.shields.io/badge/Debian%2010-work!-green) ![](https://img.shields.io/badge/Debian%209-work!-green) ![](https://img.shields.io/badge/Ubuntu%2018.04%20-error-%20red) ![](https://img.shields.io/badge/Ubuntu%2020.04%20-error-%20red)
bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/prometheus.sh') \ No newline at end of file diff --git a/sh_scripts/geekbench_downloader.sh b/sh_scripts/geekbench_downloader.sh index 9f77716..871d109 100644 --- a/sh_scripts/geekbench_downloader.sh +++ b/sh_scripts/geekbench_downloader.sh @@ -26,6 +26,6 @@ echo "LETS GO!" wget https://cdn.geekbench.com/Geekbench-5.4.0-Linux.tar.gz tar xf Geekbench-5.4.0-Linux.tar.gz -cd Geekbench-5.0.0-Linux/ +cd Geekbench-5.4.0-Linux/ echo "Finish, run with ./geekbench5" \ No newline at end of file diff --git a/sh_scripts/mail_backup.sh b/sh_scripts/mail_backup.sh new file mode 100644 index 0000000..e7b4035 --- /dev/null +++ b/sh_scripts/mail_backup.sh @@ -0,0 +1,10 @@ +#/bin/bash +echo "Mailserver Backup" +echo "for Hetzner StorageBox!" + + + +MAILCOW_BACKUP_LOCATION=/opt/mailcow-dockerized/Backup /opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup all --delete-days 1 +rsync --progress -e 'ssh -p xxx' --recursive /opt/mailcow-dockerized/Backup u259807-sub2@u259807.your-storagebox.de:/ +echo "Finish" +done \ No newline at end of file