Skip to content

Commit

Permalink
full backups stopped working with the new reference loader
Browse files Browse the repository at this point in the history
  • Loading branch information
fredli74 committed May 31, 2020
1 parent 41604ba commit 96cc4c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hashback/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ func (session *BackupSession) Store(datasetName string, path ...string) {
}
} else {
session.Log("Starting full backup.")
session.reference.start(nil)
}

if virtualRootDir != nil {
Expand Down

0 comments on commit 96cc4c6

Please sign in to comment.