forked from TrueCloudLab/restic
Disable preloading for now
This commit is contained in:
parent
d3fe4a7f6d
commit
65aae5f8c1
9 changed files with 7 additions and 5 deletions
|
@ -193,11 +193,11 @@ func (cmd CmdBackup) Execute(args []string) error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Printf("loading blobs\n")
|
// fmt.Printf("loading blobs\n")
|
||||||
err = arch.Preload()
|
// err = arch.Preload()
|
||||||
if err != nil {
|
// if err != nil {
|
||||||
return err
|
// return err
|
||||||
}
|
// }
|
||||||
|
|
||||||
_, id, err := arch.Snapshot(target, parentSnapshotID)
|
_, id, err := arch.Snapshot(target, parentSnapshotID)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
BIN
cmd/restic/testdata/test latin1 uml��t�n�nll/testfile1
vendored
Normal file
BIN
cmd/restic/testdata/test latin1 uml��t�n�nll/testfile1
vendored
Normal file
Binary file not shown.
BIN
cmd/restic/testdata/test latin1 uml��t�n�nll/testfile2
vendored
Normal file
BIN
cmd/restic/testdata/test latin1 uml��t�n�nll/testfile2
vendored
Normal file
Binary file not shown.
BIN
cmd/restic/testdata/test utf-8 umläütönßnll/testfile1
vendored
Normal file
BIN
cmd/restic/testdata/test utf-8 umläütönßnll/testfile1
vendored
Normal file
Binary file not shown.
BIN
cmd/restic/testdata/test utf-8 umläütönßnll/testfile2
vendored
Normal file
BIN
cmd/restic/testdata/test utf-8 umläütönßnll/testfile2
vendored
Normal file
Binary file not shown.
BIN
cmd/restic/testdata/testfile
vendored
Normal file
BIN
cmd/restic/testdata/testfile
vendored
Normal file
Binary file not shown.
BIN
cmd/restic/testdata/testfile2
vendored
Normal file
BIN
cmd/restic/testdata/testfile2
vendored
Normal file
Binary file not shown.
1
cmd/restic/testdata/testfoo
vendored
Normal file
1
cmd/restic/testdata/testfoo
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
fnord
|
1
cmd/restic/testdata/testfoo2
vendored
Normal file
1
cmd/restic/testdata/testfoo2
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
fnord
|
Loading…
Reference in a new issue