mirror of
https://github.com/restic/restic.git
synced 2025-08-21 14:27:31 +00:00
Add walk for trees, restructure
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
|
||||
func testSnapshot(t *testing.T, s restic.Server) {
|
||||
var err error
|
||||
sn, err := restic.NewSnapshot("/home/foobar")
|
||||
sn, err := restic.NewSnapshot([]string{"/home/foobar"})
|
||||
ok(t, err)
|
||||
// sn.Tree, err = restic.Blob{ID: backend.ParseID("c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2")}
|
||||
// ok(t, err)
|
||||
|
Reference in New Issue
Block a user