fix geekbench_downloader path

This commit is contained in:
2021-03-16 13:36:29 +01:00
parent 1ce9ae0eec
commit 5f32c82a3f
3 changed files with 15 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ Ram: 2GB <br><br>
## 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)<br>
![](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)<br>
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/ts3audiobot_installer.sh')</code>
@@ -34,7 +34,7 @@ is not finished<br>
## 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)<br>
![](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)<br>
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/geekbench_downloader.sh')</code>
@@ -42,7 +42,7 @@ is not finished<br>
## 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<br>
![](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)<br>
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/cloudserver_auto_repos.sh')</code>
@@ -50,5 +50,5 @@ is not finished<br>
## 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)<br>
![](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)<br>
<code>bash <(wget -O - 'https://raw.githubusercontent.com/MrUnknownDE/linux-script/main/sh_scripts/prometheus.sh')</code>

View File

@@ -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"

10
sh_scripts/mail_backup.sh Normal file
View File

@@ -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