mirror of
https://github.com/restic/restic.git
synced 2025-08-12 21:47:46 +00:00
Use new archiver code for backup
This commit is contained in:
@@ -2,7 +2,6 @@ package archiver
|
||||
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"path/filepath"
|
||||
@@ -274,7 +273,6 @@ func (repo *blobCountingRepo) SaveTree(ctx context.Context, t *restic.Tree) (res
|
||||
repo.m.Lock()
|
||||
repo.saved[h]++
|
||||
repo.m.Unlock()
|
||||
fmt.Printf("savetree %v", h)
|
||||
return id, err
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user