mirror of
https://github.com/restic/restic.git
synced 2026-06-08 01:49:44 +00:00
Disable preloading for now
This commit is contained in:
@@ -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 {
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
BIN
Binary file not shown.
Vendored
+1
@@ -0,0 +1 @@
|
||||
fnord
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
fnord
|
||||
Reference in New Issue
Block a user