Additional documentation cleanup

This commit is contained in:
Jeremy Stretch
2018-07-27 13:42:18 -04:00
parent 5bb8262a79
commit 514a7c887d
10 changed files with 30 additions and 8 deletions

View File

@@ -32,6 +32,8 @@ If you want to export only the database schema, and not the data itself (e.g. fo
pg_dump -s netbox > netbox_schema.sql
```
---
# Replicating Media
NetBox stored uploaded files (such as image attachments) in its media directory. To fully replicate an instance of NetBox, you'll need to copy both the database and the media files.