Mikrotik Script untuk Backup dan Export
lengkap dengan tanggal dan jam
:global time [/system clock get time];
:global date [/system clock get date];
:global datetimestring ([:pick $date 4 6] ."-". [:pick $date 0 3] ."-". [:pick $date 7 11]);
:global routername [/system identity get name];
/system backup save name="$routername_$datetimestring_$time_BACKUP";
/export file="$routername_$datetimestring_$time_EXPORT";
tambahkan baris diatas pada System > Script
lengkap dengan tanggal dan jam
:global time [/system clock get time];
:global date [/system clock get date];
:global datetimestring ([:pick $date 4 6] ."-". [:pick $date 0 3] ."-". [:pick $date 7 11]);
:global routername [/system identity get name];
/system backup save name="$routername_$datetimestring_$time_BACKUP";
/export file="$routername_$datetimestring_$time_EXPORT";
tambahkan baris diatas pada System > Script