Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
SourLemonJuice committed Nov 14, 2023
2 parents 16856a3 + ae861f6 commit b3da40a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ RootPath=/
### tar增量备份

强制每次备份使用完整备份\
关闭=不使用tar增量备份模式(-g 参数)\
开启=不使用tar增量备份模式(-g 参数)

```shell
# ordinary
Expand Down
Empty file added src/config.d/config1
Empty file.
2 changes: 1 addition & 1 deletion src/main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ShellFilePath=$( cd $(dirname $0) || exit 1 && pwd)

# 读取配置文件
source $ShellFilePath/config
[[ -f $ShellFilePath/config.d/* ]] && source $ShellFilePath/config.d/*
[ -f $ShellFilePath/config.d/* ] && source $ShellFilePath/config.d/* && echo loading
# 读取初始化函数
source $ShellFilePath/init.sh
# 读取备份逻辑函数
Expand Down

0 comments on commit b3da40a

Please sign in to comment.