mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2026-03-25 20:58:50 +00:00
NetBox Docker backup
This commit is contained in:
22
backup/backup.env.example
Normal file
22
backup/backup.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# --------------------------------------------------
|
||||
# FTP
|
||||
# --------------------------------------------------
|
||||
FTP_SERVER=ftp.example.com
|
||||
FTP_USER=username
|
||||
FTP_PASSWORD=password
|
||||
FTP_DIR=/
|
||||
|
||||
# --------------------------------------------------
|
||||
# PostgreSQL (Docker)
|
||||
# --------------------------------------------------
|
||||
PG_USER=netbox
|
||||
PG_PASSWORD=netbox
|
||||
PG_DB=netbox
|
||||
PG_CONTAINER=netbox-postgres
|
||||
|
||||
# --------------------------------------------------
|
||||
# Paths (host-mounted volumes)
|
||||
# --------------------------------------------------
|
||||
BACKUP_DIR=/opt/netbox/backups
|
||||
NETBOX_VOLUME=/opt/netbox/netbox/media
|
||||
REPORTS_VOLUME=/opt/netbox/netbox/reports
|
||||
Reference in New Issue
Block a user