Wednesday, January 17, 2024

华为交换机自动备份配置文件到tftp服务器

在华为交换机创建(或上传)bat文件,放在flash:/user/bat/目录:

<HUAWEI>more flash:/user/bat/cfg_backup.bat
return
save
tftp 10.77.11.38 put flash:/vrpcfg.zip 0.25_S5720S_F06.zip

 

每周五上午6点自动上传配置文件到tftp服务器:

assistant task weekly_backup
 if-match timer cron * 0 6 * * 5 *
 perform 1 batch-file cfg_backup.bat

 

交换机型号:S5720S-28P-LI-AC

参考:

https://support.huawei.com/enterprise/en/knowledge/EKB1000066522 


No comments:

Post a Comment

把多个png文件转换成支持多个分辨率的ico文件

工具:ImageMagick 命令:magick convert -background transparent sample*.png sample.ico