Skip to content

wedojava/conf_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configuration backup

This project developed for backup config of juniper devices via Telnet.

Build

go build -ldflags "-s -w" -o ./dist/ConfBackup.exe ./cmd/run.go
  • -s's effect is to remove the symbol information
  • -w's effect is to remove debugging information

About

This project developed for backup config of juniper devices via Telnet.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages