mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Disable preloading for now
This commit is contained in:
parent
d3fe4a7f6d
commit
65aae5f8c1
@ -193,11 +193,11 @@ func (cmd CmdBackup) Execute(args []string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
fmt.Printf("loading blobs\n")
|
||||
err = arch.Preload()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// fmt.Printf("loading blobs\n")
|
||||
// err = arch.Preload()
|
||||
// if err != nil {
|
||||
// return err
|
||||
// }
|
||||
|
||||
_, id, err := arch.Snapshot(target, parentSnapshotID)
|
||||
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 New Issue
Block a user