Skip to content

使用go写的阿里云RDS自动备份应用,可跨平台使用

Notifications You must be signed in to change notification settings

funnyzpc/rds_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

基础信息请阅读

打包

  • go build -o rds_backup.exe -ldflags "-w -s" ./main.go

exe加壳(可选,需安装upx)

  • upx --backup --brute rds_backup.exe

About

使用go写的阿里云RDS自动备份应用,可跨平台使用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages