From 0c884de88d3c9bb37f091f980cc0f0ef2abf7300 Mon Sep 17 00:00:00 2001 From: frederik Date: Tue, 9 Sep 2025 18:17:11 +0200 Subject: [PATCH] fix: make sure the new apprise body template gets backed-up too --- scripts/backup_data.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/backup_data.sh b/scripts/backup_data.sh index 6647a28..c001a98 100755 --- a/scripts/backup_data.sh +++ b/scripts/backup_data.sh @@ -167,6 +167,7 @@ required=("/home/$BIRDNET_USER/BirdNET-Pi/birdnet.conf" # these may or may not exist optional=("/home/$BIRDNET_USER/BirdNET-Pi/apprise.txt" +"/home/$BIRDNET_USER/BirdNET-Pi/body.txt" "/home/$BIRDNET_USER/BirdNET-Pi/scripts/blacklisted_images.txt" "/home/$BIRDNET_USER/BirdNET-Pi/scripts/disk_check_exclude.txt" "/home/$BIRDNET_USER/BirdNET-Pi/exclude_species_list.txt"