add slow option
This commit is contained in:
4
app.go
4
app.go
@@ -622,7 +622,7 @@ func (a AppConfig) RunAppBackup() error {
|
||||
return err
|
||||
}
|
||||
|
||||
if schedule != "" {
|
||||
if schedule != "" || *slowFlag {
|
||||
err = a.CheckZFS()
|
||||
if err != nil {
|
||||
if *debugFlag {
|
||||
@@ -630,7 +630,9 @@ func (a AppConfig) RunAppBackup() error {
|
||||
}
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
if schedule != "" {
|
||||
err = a.ExecBefore(schedule)
|
||||
if err != nil {
|
||||
if *debugFlag {
|
||||
|
||||
Reference in New Issue
Block a user