Kali ini saya akan menjelaskan tentang cara Backup dan Restore di Mikrotik.
In this time , i will explain about Configure Backup and Restore on Mikrotik
Tujuan / Purpose :
- Untuk mengetahui bagaimana cara Backup dan Restore di Mikrotik
- To know how to Backup and Restore on Mikrotik
- Untuk sharing ilmu Mikrotik
- To sharing about Mikrotik
Konsep Dasar / Basic Concept :
Konfigurasi dalam router dapat dibackup dan disimpan untuk digunakan kembali. Ada 2 jenis backup, yaitu:
1. Binary File (.backup)
- Tidak dapat dibaca teks editor.
- Membackup seluruh konfigurasi router.
- Dapat kembali seperti konfigurasi semula.
2. Script File (.rsc)
- Berupa script, dapat dibaca dan diediit text editor.
- Dapat membackup seluruh atau sebagian dari konfigurasi router.
- Tidak mengembalikan ke konfigurasi semula melainkan menambahkan
script tertentu pada konfigurasi utama.
Configuring the router can be backed up and stored for reuse. There are two types of backup, namely:
1. Binary File (.backup)
- Unable to read a text editor.
- Backing up the entire configuration of the router.
- Can be returned to its original configuration.
2. Script File (.rsc)
- The form of the script, can be read and diediit text editor.
- Can backup all or part of the configuration of the router.
- Do not restore to its original configuration, but adds
certain script in the main configuration.
Keterangan / Information :
IP Wlan1 = 192.168.2.135/24
IP Ether2 = 12.12.12.1/24
Konfigurasi / Configuration :
A. Konfigurasi Binary File (.backup)
1. First , we first check the configuration to be our backup
2. Selanjutnya , kita masuk ke Menu File , untuk membackup kita klik Backup
2. Next , we go to File Menu , to Backup we click Backup
3. Untuk membackup tidak menggunakan password , langsung saja kita klik Backup
3. To backing no password , we just click Backup
4. Setelah itu , akan muncul file backup kita dengan default yaitu nama identitas dan tanggal waktu kita backup
4. After that , we will appear backup file with its default identity name and the date of our time backup
5. Untuk mencoba nya kita reset konfigurasi yang ada , langsung klik Reset Configuration
5. To try it we reset the existing configuration, just click Reset Configuration
6. Lalu , kita cek konfigurasinya apakah sudah hilang
6. Then , we check whether the configuration has been lost
7. Setelah itu , kita akan mengembalikan konfigurasi dengan Restore , langsung kita kembali ke Menu File , kita klik file backup tadi lalu kita klik Restore
7. After that , we will restore the configuration with Restore, direct us back to the File Menu, we click the backup file was then we click Restore
8. Terakhir , kita cek apakah konfigurasi kita sudah ada atau tidak
8. Last , we check whether the configuration we've been there or not
9. Selanjutnya , ini jika kita memakai password pada saat membackup. Klik backup lalu masukkan Name dan Password , lalu klik Backup
9. Next , if we use a password when backing up. Click backup and enter Name and Password , then click Backup
10. Dan pada saat mengembalikan konfigurasi. Klik file backup lalu klik Restore dan masukkan Password yang sudah dibuat lalu klik Restore10. And when restoring the configuration. Click the backup file and click Restore and enter the password that you have created and click Restore
A. Konfigurasi Script File (.rsc)
1. Pertama , kita buka Terminal. Karena kita hanya bisa melakukan di Terminal untuk membackup konfigurasi Script File.
1. First , we open Terminal. Because we can only do in the Terminal for configuration backup Script File.
> ip address export file="filename" (This for most Configurations) or2. Lalu cek apakah di File Menu apakah muncul atau tidak
> export file="filename" (This for all Configurations)
2. Then check in Menu File whether appear or not
3. Dan untuk memasukkan file backup kita harus mengimport file
3. And to enter the backup file we have to import the file
> import file-name="filename.rsc"
interface: "interface"
Sekian dari penjelasan yang saya berikan , kurang lebih nya mohon dimaafkan. TERIMA KASIH.
Wassalamualaikum Wr Wb...














No comments:
Post a Comment