add: rm expired backup file and shell script

This commit is contained in:
2023-10-28 16:23:54 +08:00
parent 6fe23761ab
commit 6370076362
5 changed files with 19 additions and 1 deletions

View File

@@ -66,6 +66,8 @@ type YamlConfig struct {
Chk2Ne bool `yaml:"chk2ne"`
Sn string `yaml:"sn"`
CheckSign bool `yaml:"checksign"`
RootDir string `yaml:"rootDir"`
BinDir string `yaml:"binDir"`
Backup string `yaml:"backup"`
Upload string `yaml:"upload"`
FrontUpload string `yaml:"frontUpload"`

View File

@@ -93,6 +93,8 @@ omc:
chk2ne: false
sn: 13750650
checksign: false
rootDir: ./
binDir: ./bin
backup: ./backup
upload: ./upload
frontUpload: d:/local.git/fe.ems/upload