mirror of
https://github.com/octoleo/restic.git
synced 2024-11-29 16:23:59 +00:00
backend/rclone: Stop rclone in case of errors
This commit is contained in:
parent
6d9a029e09
commit
99b62c11b8
@ -221,6 +221,7 @@ func Create(cfg Config) (*Backend, error) {
|
|||||||
|
|
||||||
restBackend, err := rest.Create(restConfig, be.tr)
|
restBackend, err := rest.Create(restConfig, be.tr)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
_ = be.Close()
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user