mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
tag: Remove unnecessary flush call
This commit is contained in:
parent
3e1de52e0a
commit
bba4c69a2a
@ -89,10 +89,6 @@ func changeTags(ctx context.Context, repo *repository.Repository, sn *restic.Sna
|
||||
|
||||
debug.Log("new snapshot saved as %v", id)
|
||||
|
||||
if err = repo.Flush(ctx); err != nil {
|
||||
return false, err
|
||||
}
|
||||
|
||||
// Remove the old snapshot.
|
||||
h := restic.Handle{Type: restic.SnapshotFile, Name: sn.ID().String()}
|
||||
if err = repo.Backend().Remove(ctx, h); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user