added cronicle scripts
This commit is contained in:
6
cronicle/cronicle-backup-archives-bookmarks.sh
Normal file
6
cronicle/cronicle-backup-archives-bookmarks.sh
Normal 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"
|
||||||
6
cronicle/cronicle-check-wireguard-wg1.sh
Normal file
6
cronicle/cronicle-check-wireguard-wg1.sh
Normal 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"
|
||||||
6
cronicle/cronicle-docker-image-prune.sh
Normal file
6
cronicle/cronicle-docker-image-prune.sh
Normal 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"
|
||||||
6
cronicle/cronicle-ping-before-copy-backup-to-truenas.sh
Normal file
6
cronicle/cronicle-ping-before-copy-backup-to-truenas.sh
Normal 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"
|
||||||
16
cronicle/cronicle-restart-gluetun-and-services.sh
Normal file
16
cronicle/cronicle-restart-gluetun-and-services.sh
Normal 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""
|
||||||
6
cronicle/cronicle-wrestic-backup-to-truenas.sh
Normal file
6
cronicle/cronicle-wrestic-backup-to-truenas.sh
Normal 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"
|
||||||
Reference in New Issue
Block a user