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

View File

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

3
daily.d/rss_to_koreader.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env bash
su squeaky2x3 -c 'LIMIT=100 /bin/bash /volume1/homes/squeaky2x3/bin/rss_to_koreader.d/dump.sh'

4
daily.d/transmission_clean.sh Executable file
View File

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

9
daily.d/ytdlp.sh Executable file
View File

@@ -0,0 +1,9 @@
#! /usr/bin/env bash
if ps aux | grep ytdl.sub.*.sh$; then
exit 0
fi
cd /volume1/homes/squeaky2x3/bin
bash ./ytdl-sub-ma.sh
bash ./ytdl-sub-me.sh

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'

3
minutely.d/drawful.sh Normal file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env bash
su squeaky2x3 -c 'bash /volume1/video/Bel/sync/drawful/dated/ingest.sh'

5
minutely.d/nix.sh Executable file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env bash
sudo bash -c '
test -d /nix || ln -h /volume1/nix.3.d /nix
'

View File

@@ -0,0 +1,3 @@
#! /usr/bin/env bash
sudo bash /volume1/homes/squeaky2x3/bin/opsgenie_incidentio_to_ntfy.sh

3
minutely.d/show-rss.sh Executable file
View File

@@ -0,0 +1,3 @@
#! /usr/bin/env bash
su squeaky2x3 -c 'bash /volume1/homes/squeaky2x3/services/show-rss.d/bin.sh'