In this case, it is of no use,
otherwise if you have to do multiple operations on the same file
it is simpler to write a script using a variable/constant that represents the name of the file,
without rewriting it entirely each time.
In a more sophisticated script it would make sense, but here it doesn’t, if the script is automated and executed periodically one would use a variable for the file name to be able to “compose” it with the date taken from system time, i.e. something like this one: http://forum.mikrotik.com/t/changing-the-mmm-dd-yyyy-date-format/5183/10
Hi,
This thread helped me a lot. I had to do a backup restore on a remote MT via REST API. I tried various parameters for a long time, but password=“” was simply missing.