Restoring Purged Data

To restore purged data, you can run a MySQL data import (as shown below).
> asctl console:stop
> cd "C:\Program Files (x86)\Common Files\Aspera\Common\mysql\bin"
> mysql -uUSERNAME -pPASSWORD aspera_console < C:\path\to\purged_data.sql
> asctl console:start