This commit is contained in:
bel
2026-01-02 08:16:16 -07:00
parent b074763ab4
commit ce88d8cc25
10 changed files with 70 additions and 1 deletions

10
hourly.d/lastn_ledger.sh Executable file
View File

@@ -0,0 +1,10 @@
#! /usr/bin/env bash
/var/services/homes/squeaky2x3/dev/mnt/home/Go/bin/lastn \
-tmp=/volume1/video/FTP \
-cmd=backup \
-n=48 \
-ns=hourly \
-root=/volume1/video/Bel/sync/Core/ledger \
-store=files \
-storeaddr=/volume1/homes/squeaky2x3/bin/backup/ledger

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

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

View File

@@ -0,0 +1,4 @@
#! /usr/bin/env bash
cd /volume1/homes/squeaky2x3/bin/transmission_load_trackers.d/
su squeaky2x3 -c 'bash ./do.sh'