Export file missing on heroku

Hi! I want to export data following this guide: Data export | Strapi Documentation I’m doing this on my Heroku server with the command heroku run strapi export -- --no-encrypt --no-compress It then outputs

Export process has been completed successfully!
Export archive is in export_20230320105608.tar

But I can’t find the file anywhere on the server so I cannot download it with wget. Does anybody know where; I can find the file? running heroku run ls returns @1 README.md build config database favicon.png node_modules package-lock.json package.json public src.

Im moving my apps from Heroku to Dokku so I need to use DEITS