updated rsync command to include hard links

This commit is contained in:
2023-08-21 10:03:48 -05:00
parent d4f04d6d60
commit bad79ebf51
3 changed files with 12 additions and 1 deletions

View File

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

View File

@@ -0,0 +1 @@
ssh -i /config/proxmox2 -o StrictHostKeyChecking=no akanealw@192.168.1.52 /home/akanealw/scripts/shutdown-proxmox1.sh