added scripts from local machines

This commit is contained in:
2023-08-11 13:11:42 -05:00
parent fa765dc012
commit 9eeee520ed
10 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
rsync -azvP -e "ssh -i ~/.ssh/proxyserver" --progress \
/home/akanealw/docker/appdata/remotely* root@192.168.1.4:/home/akanealw/docker/appdata/

View File

@@ -0,0 +1,10 @@
#!/bin/bash
docker restart gluetun && echo gluetun restarted
sleep 25
docker restart qbittorrent && echo qbittorrent restarted
sleep 15
docker restart sabnzbd && echo sabnzbd restarted
sleep 15
docker restart jdownloader && echo jdownloader restarted
sleep 15

View File

@@ -0,0 +1,4 @@
#!/bin/bashrsync-docker-remotely-to-proxyserver.sh
rsync -azvP -e "ssh -i ~/.ssh/dockerserver" --progress \
root@192.168.1.35:/opt/docker/appdata /home/akanealw/docker

View File

@@ -0,0 +1,10 @@
#!/bin/bash
rsync -azvP -e "ssh -i ~/.ssh/dockerserver" --progress \
--include=/ \
--include=/home/ \
--include=/home/akanealw \
--include=/home/akanealw/docker \
--include=/home/akanealw/docker/appdata/*** \
--exclude=* \
/ root@192.168.1.30:/