mirror of
https://github.com/MrUnknownDE/linux-script.git
synced 2026-04-13 03:43:49 +02:00
fix geekbench_downloader path
This commit is contained in:
@@ -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
10
sh_scripts/mail_backup.sh
Normal 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
|
||||
Reference in New Issue
Block a user