Adjust callback to support continuing or stopping at current depth

This commit is contained in:
Dane Everitt
2020-04-18 18:51:19 -07:00
parent 9dcf06d106
commit 3bca54655b
3 changed files with 19 additions and 6 deletions

View File

@@ -61,4 +61,4 @@ func (s *Server) BackupLocal(b *backup.LocalBackup) error {
})
return nil
}
}