Skip to content

How do I export my inventory for a backup?

Requires Basic

For a backup, export your inventory under Import & Export — ideally as JSON, since only this format contains all fields (including tags, custom_fields, cost and lifecycle data). The CSV export is an abridged view with twelve core columns for spreadsheets. Via the API, the export is easy to automate with cron. Note: the export covers the assets of your tenant only — no users, networks, or settings.

Export is included in the Basic plan and has no volume limit.

  1. Open the “Import & Export” section. Select the section for Data (route /data) in the navigation.

  2. Choose a format and export. Click “Export” and choose JSON (complete, for backups) or CSV (core columns, for Excel & similar tools). The file (assets.json or assets.csv) downloads.

    The export area: JSON for full backups, CSV for spreadsheets.
  3. Store it safely. Put the file in your backup storage — with the date in the filename, so different versions stay distinguishable.

  • JSON is complete, CSV is abridged: The JSON export contains every asset field (including custom_fields, tags, cost, depreciation, book value). The CSV export provides exactly twelve columns: id, asset_type, name, serial_number, manufacturer, model, status, location, department, purchase_date, warranty_expiry, data_classification.
  • The recycle bin is excluded: Only active assets are exported — entries in the recycle bin (deleted_at set) are missing from the export.
  • Assets only, your tenant only: The export backs up your tenant’s asset inventory. Users, roles, network data, certificates, or settings are not included. For tenant configuration (custom fields, categories), there’s a separate config bundle export in Administration.
  • Restoring = a new import: You restore a backup via import. This creates new assets with new IDs — import doesn’t update existing entries (there’s no duplicate check). References from other modules to old asset IDs (e.g. risk assessments) then point nowhere.
  • Sorting: Exports are sorted by asset name — handy for diffing between two backup snapshots.