Usage:
chmod +x pull-logs.sh
./pull-logs.shNotes:
- Ensure .env.local exists in the project root with REMOTE_USER, REMOTE_HOST and REMOTE_PATH set.
- Copy .env.example and replace with actual values
- .env.local and data/ are ignored by git per .gitignore.
Use a command like this to generate an HTML report with charts.
zcat -f data/20250919_162209/transfer.log* | goaccess --log-format COMBINED -j 4 --agent-list -o report.htmlTODO: make a script for automating the above command.