Skip to content

Instantly share code, notes, and snippets.

@ViKingIX
Created December 18, 2025 08:22
Show Gist options
  • Select an option

  • Save ViKingIX/2da5c3ee621a339d260907b80053c198 to your computer and use it in GitHub Desktop.

Select an option

Save ViKingIX/2da5c3ee621a339d260907b80053c198 to your computer and use it in GitHub Desktop.
netbox backup
docker exec $PSQL_CONTAINER pg_dump -U netbox netbox > netbox.sql
docker exec $NETBOX_CONTAINER tar czf - media > media.tgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment