Implements Task 8. play_backup.yml ensures the local dir then includes backup.yml, which runs /export + /system backup save and pulls both over SCP (net_get). Binary .backup is gitignored (may contain secrets); export.rsc is committed. Verified against crs310-maker on the bench: both artifacts fetched non-empty. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
35 lines
1.1 KiB
Text
35 lines
1.1 KiB
Text
# 2025-09-11 09:49:07 by RouterOS 7.19.6
|
|
# software id = 73S3-5F2W
|
|
#
|
|
# model = CRS310-8G+2S+
|
|
# serial number = HM40B8TDNDD
|
|
/interface bridge
|
|
add admin-mac=D0:EA:11:24:F4:AA auto-mac=no comment=defconf name=bridge
|
|
/interface bridge port
|
|
add bridge=bridge comment=defconf interface=ether1
|
|
add bridge=bridge comment=defconf interface=ether2
|
|
add bridge=bridge comment=defconf interface=ether3
|
|
add bridge=bridge comment=defconf interface=ether4
|
|
add bridge=bridge comment=defconf interface=ether5
|
|
add bridge=bridge comment=defconf interface=ether6
|
|
add bridge=bridge comment=defconf interface=ether7
|
|
add bridge=bridge comment=defconf interface=ether8
|
|
add bridge=bridge comment=defconf interface=sfp-sfpplus1
|
|
add bridge=bridge comment=defconf interface=sfp-sfpplus2
|
|
/ip address
|
|
add address=192.168.88.1/24 comment=defconf interface=bridge network=\
|
|
192.168.88.0
|
|
/ip dns
|
|
set servers=10.0.99.1
|
|
/ip service
|
|
set ftp disabled=yes
|
|
set telnet disabled=yes
|
|
set www disabled=yes
|
|
set api disabled=yes
|
|
set api-ssl disabled=yes
|
|
/system identity
|
|
set name=crs310-maker
|
|
/system ntp client
|
|
set enabled=yes
|
|
/system ntp client servers
|
|
add address=10.0.99.1
|