added cronicle scripts

This commit is contained in:
2023-11-08 23:39:26 -06:00
parent 944dc469c2
commit ea8f3913b8
6 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
ssh -i ~/.ssh/proxyserver \
-o StrictHostKeyChecking=no \
akanealw@192.168.1.4 \
"/home/akanealw/scripts/backup-archives-bookmarks.sh"

View File

@@ -0,0 +1,6 @@
#!/bin/bash
ssh -i ~/.ssh/proxyserver \
-o StrictHostKeyChecking=no \
akanealw@192.168.1.4 \
"/home/akanealw/scripts/check-wireguard-wg1.sh"

View File

@@ -0,0 +1,6 @@
#!/bin/bash
ssh -i ~/.ssh/proxyserver \
-o StrictHostKeyChecking=no \
akanealw@192.168.1.4 \
"/home/akanealw/scripts/docker-image-prune.sh"

View File

@@ -0,0 +1,6 @@
#!/bin/bash
ssh -i ~/.ssh/proxyserver \
-o StrictHostKeyChecking=no \
akanealw@192.168.1.4 \
"/home/akanealw/scripts/ping-before-copy-backups-to-truenas.sh"

View File

@@ -0,0 +1,16 @@
#!/bin/bash
ssh -i ~/.ssh/dockerserver \
-o StrictHostKeyChecking=no \
akanealw@192.168.1.30 \
"docker restart gluetun \
&& echo "gluetun restarting" \
&& sleep 45 \
&& docker restart jdownloader \
&& echo "jdownloader restarting" \
&& sleep 5 \
&& docker restart qbittorrent \
&& echo "qbittorrent restarting" \
&& sleep 5 \
&& docker restart sabnzbd \
&& echo "sabnzbd restarting""

View File

@@ -0,0 +1,6 @@
#!/bin/bash
ssh -i ~/.ssh/proxyserver \
-o StrictHostKeyChecking=no \
akanealw@192.168.1.4 \
"/home/akanealw/scripts/wrestic-backup-to-truenas.sh"