✅ 1. Backup Manual (Full Backup)
Backup seluruh konfigurasi router (termasuk PPPoE) dalam bentuk file `.backup`.
📌 Langkah-langkah:
1. Buka Winbox / Terminal.
2. Jalankan perintah berikut:
```bash
/system backup save name=backup-pppoe
```
3. File `backup-pppoe.backup` akan muncul di menu Files.
4. Download ke komputer kamu via Winbox (klik kanan > Download).
> ⚠️ File ini hanya bisa di-restore di router MikroTik yang sama (model dan versi OS harus sama).
📝 2. Backup Manual (Export Konfigurasi PPPoE)
Kalau kamu cuma mau backup setting PPPoE saja (bukan semua setting), gunakan export `.rsc`.
📌 Langkah-langkah:
- Export setting PPPoE server:
```bash
/interface pppoe-server server export file=pppoe-server
```
- Export user PPPoE (seperti setting PPP Secrets):
```bash
/ppp secret export file=pppoe-users
```
- Export IP pool (kalau digunakan):
```bash
/ip pool export file=ip-pool
```
- Export profile PPP:
```bash
/ppp profile export file=pppoe-profile
```
Setelah itu, download semua file `.rsc` di menu Files.
📩 3. Backup Otomatis & Kirim via Email (Opsional)
Kalau kamu mau backup otomatis dan dikirim ke email, aku bisa bantu buatin script-nya.
Mau dilanjut ke cara backup otomatis dan kirim email?
No comments:
Post a Comment
1. Comment Well.
2. Comment according to the title of the article.
3. Polite and Courteous.