mirror of
https://github.com/restic/restic.git
synced 2026-02-03 04:20:45 -05:00
restic copy --batch: The mighty linter
I cave in - no double comment
This commit is contained in:
parent
fc3de018bc
commit
b24b088978
1 changed files with 0 additions and 5 deletions
|
|
@ -54,11 +54,6 @@ func Repack(
|
|||
})
|
||||
}
|
||||
|
||||
/* CopyBlobs: the following code is a terrible hack, but there is currently no other way
|
||||
of calling the functionality in repack() without a lot duplication of code.
|
||||
|
||||
Repack() is still called from `restic prune` via plan.Execute() inside prune.go
|
||||
*/
|
||||
// CopyBlobs is a wrapper around repack(). The parameter 'uploader' is passed through
|
||||
// from WithBlobUploader() to CopyBlobs() via cmd/restic/cmd_copy.copyTree().
|
||||
func CopyBlobs(
|
||||
|
|
|
|||
Loading…
Reference in a new issue