Skip to content

Instantly share code, notes, and snippets.

@wadedugas
wadedugas / download-my-fritz-box-logs.sh
Last active April 1, 2025 11:57 — forked from BigNerd/download-my-fritz-box-logs.sh
This bash script downloads the current Fritz Box event log as JSON file and as TXT file
#!/bin/bash
#
# Forked from https://gist.github.com/BigNerd/b3d79fd1b40b5667a5663eaa5fa9e80f
#
# This bash script downloads the current Fritz!Box event log as JSON file, a TXT file,
# and appends the new entries to a combined TXT file.
#
# The script was tested successfully on MacOS Sequoia 15.3 with Fritz!Box 6690 AX V7.58
# 'jq' was installed via Homebrew