From e82b93b70cd8f492a574ccfdcb862ca9a8ec03d8 Mon Sep 17 00:00:00 2001 From: Sparky Date: Tue, 11 Nov 2025 09:27:39 +0000 Subject: [PATCH] Add sync scripts and sync config to /config --- sync-bigbox.sh | 1 + sync-sparky.sh | 1 + sync-sparky.yml | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 sync-bigbox.sh create mode 100644 sync-sparky.sh diff --git a/sync-bigbox.sh b/sync-bigbox.sh new file mode 100644 index 0000000..54f15f0 --- /dev/null +++ b/sync-bigbox.sh @@ -0,0 +1 @@ +./cln.exe -f sync-bigbox.yml diff --git a/sync-sparky.sh b/sync-sparky.sh new file mode 100644 index 0000000..95c0285 --- /dev/null +++ b/sync-sparky.sh @@ -0,0 +1 @@ +./cln -f sync-sparky.yml diff --git a/sync-sparky.yml b/sync-sparky.yml index cd39438..215e49b 100755 --- a/sync-sparky.yml +++ b/sync-sparky.yml @@ -37,4 +37,7 @@ - source: /mnt/data/docker/volumes/z4g004wg04s00kcskgc08ccc_immich-uploads/_data/library/admin target: /mnt/data/himmich +- source: . + target: /config + - source: config-private/sync-sparky.yml