Skip to content

Instantly share code, notes, and snippets.

View Scraayp's full-sized avatar

Michal Scraayp

View GitHub Profile
@Scraayp
Scraayp / pterodactyl__backup.sh
Last active April 10, 2026 21:59
A advanced backup script which backups your panel data and database. Including s3 to backblaze.
#!/bin/bash
# ─── Configuration ─────────────────────────────────────────────────────────────
# Discord webhook URL
DISCORD_WEBHOOK_URL=""
# Backblaze B2 (S3-compatible)
S3_ACCESS_KEY=""
S3_SECRET_KEY=""