--- /dev/null
+#!/bin/bash
+
+PGUSER=evergreen pg_dump -v -F c \
+ --exclude-table-data=auditor.acq_invoice_item_history \
+ --exclude-table-data=auditor.serial_unit_history \
+ --exclude-table-data=auditor.asset_copy_history \
+ --exclude-table-data=auditor.biblio_record_entry_history \
+ --exclude-table-data=auditor.actor_usr_address_history \
+ --exclude-table-data=auditor.asset_call_number_history \
+ --exclude-table-data=auditor.actor_usr_history \
+ --exclude-table-data=auditor.acq_invoice_history \
+ --exclude-table-data=auditor.acq_invoice_entry_history \
+ --exclude-table-data=auditor.actor_org_unit_history \
+ --exclude-table-data=reporter.schedule \
+ evergreen > pines-prod-no-auditor-`date +%F`.dmp