include new EncryptedClips folder - #1056
Open
KODIKAS-NL wants to merge 1 commit into
Open
Conversation
reasonablefaith
pushed a commit
to reasonablefaith/teslausb
that referenced
this pull request
Jul 5, 2026
…alth improvements, config validation QA fixes: - Fix 'local' keyword used outside function in archive-clips.sh (Q1) - Remove bc dependency in health.sh, use bash arithmetic (Q2) - Fix wall-clock timeout: use date +%s instead of sleep counter (Q3) - Fix archive-filter.sample regex to match flat RecentClips paths (Q5) Architecture improvements: - Add ARCHIVE_REACHABLE_TIMEOUT (mirrors unreachable timeout) (A1) - Both wait functions now use wall-clock epoch for accurate timing Community-driven improvements: - Add EncryptedClips folder support (ARCHIVE_ENCRYPTEDCLIPS) (C1, PR marcone#1056) - Log warning when 'Archived 0 files' despite non-empty file list (C5, issues marcone#623 marcone#941) Health endpoint enhancements: - Add archiveloop.stuck detection (last log > 600s old) (O5) - Add archiveloop.recent_error_count from last 100 log lines (O5) - Add archiveloop.secs_since_last_log for monitoring (O5) - Nested archiveloop object in JSON response New tools: - tools/validate-config.sh: pre-flight config validation (O1) checks archive vars, SSH keys, reachability, notifications, keep-awake Config sample: - Document ARCHIVE_REACHABLE_TIMEOUT, ARCHIVE_ENCRYPTEDCLIPS - Document config validation tool All changes backward compatible — new variables default to 0/false.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I made some changes to take into account the new EncryptedClips folder in snapshot and archiveloop