initial recovery after firestormy nuked

This commit is contained in:
bel
2025-12-24 20:37:49 -07:00
commit b074763ab4
13 changed files with 53 additions and 0 deletions

4
hourly.d/cameras_sync.sh Executable file
View File

@@ -0,0 +1,4 @@
#! /usr/bin/env bash
cd /volume1/video/Bel/sync/Cameras/SnoWhite/Camera/
su squeaky2x3 -c 'bash ./.scratch_gallery_sync.sh'

4
hourly.d/orc.sh Executable file
View File

@@ -0,0 +1,4 @@
#! /usr/bin/env bash
cd /volume1/homes/squeaky2x3/services_docker
sudo bash ./orc.sh

4
hourly.d/proxies.sh Executable file
View File

@@ -0,0 +1,4 @@
#! /usr/bin/env bash
cd /volume1/homes/squeaky2x3/bin
bash ./proxies.sh

3
hourly.d/swapon.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env bash
sudo swapon -a

4
hourly.d/xactions.sh Executable file
View File

@@ -0,0 +1,4 @@
#! /usr/bin/env bash
cd /volume1/homes/squeaky2x3/bin
su squeaky2x3 -c 'bash ./email-xactions-to-todo-pttodo-s.sh'