diff --git a/CHANGELOG.md b/CHANGELOG.md index e962cf881..594ee0c4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -750,7 +750,7 @@ Details * Enhancement #1073: Add `migrate` cmd to migrate from `s3legacy` to `default` layout - The `migrate` command for chaning the `s3legacy` layout to the `default` layout for s3 + The `migrate` command for changing the `s3legacy` layout to the `default` layout for s3 backends has been improved: It can now be restarted with `restic migrate --force s3_layout` and automatically retries operations on error. diff --git a/changelog/0.7.1_2017-07-22/issue-1073 b/changelog/0.7.1_2017-07-22/issue-1073 index 048758662..3a2bb4dd0 100644 --- a/changelog/0.7.1_2017-07-22/issue-1073 +++ b/changelog/0.7.1_2017-07-22/issue-1073 @@ -1,6 +1,6 @@ Enhancement: Add `migrate` cmd to migrate from `s3legacy` to `default` layout -The `migrate` command for chaning the `s3legacy` layout to the `default` layout +The `migrate` command for changing the `s3legacy` layout to the `default` layout for s3 backends has been improved: It can now be restarted with `restic migrate --force s3_layout` and automatically retries operations on error.