Backup

How do i generate backup file and save that file by using PHP API …
I am using Danis basta’s PHP API for mikrotik …

Or any other idea to generate and save backup file using PHP

Please help me

You can generate a file by simply calling “/export” with a “file” argument.

However, AFAIK, there’s no way using the API to get the contents of any file.