This is what I use in a script. Sends both .backup and .rsc Although I
can't actually remember the last time I used the .backup file.
/system backup save name=email_backup
/export file=backup
/tool e-mail send file=email_backup.backup to="[email protected]"
body=("See attached file for System Backup\n") subject=([/system
identity get name] ." " . [/system resource get version]. " " .[/system
clock get time] . " " . [/system clock get date] . " Backup")
/tool e-mail send file=backup.rsc to="[email protected]" body=("See
attached file for System Backup\n") subject=([/system identity get name]
." " . [/system resource get version]. " " .[/system clock get time] .
" " . [/system clock get date] . " " .[/system routerboard get model]
." Backup")
On 5/27/2016 6:43 PM, SmarterBroadband wrote:
Would you share?
*From:*Af [mailto:[email protected]] *On Behalf Of *Nate Burke
*Sent:* Friday, May 27, 2016 4:32 PM
*To:* [email protected]
*Subject:* Re: [AFMUG] Network Equipment Config Backups
Script in the Mikrotik emails it's config to a storage mailbox 2x per
day.�
On 5/27/2016 6:13 PM, SmarterBroadband wrote:
Interested to hear what people use for automatic backups of their
network equipment configs.
�
Mikrotik, Cisco, Zyxel, Ubiquity, Netonix etc�
�
We currently use Rancid.�
�
What do you use?