github.com/mckael/restic@v0.8.3/changelog/0.7.1_2017-07-22/issue-1073 (about)

     1  Enhancement: Add `migrate` cmd to migrate from `s3legacy` to `default` layout
     2  
     3  The `migrate` command for chaning the `s3legacy` layout to the `default` layout
     4  for s3 backends has been improved: It can now be restarted with `restic migrate
     5  --force s3_layout` and automatically retries operations on error.
     6  
     7  https://github.com/restic/restic/issues/1073
     8  https://github.com/restic/restic/pull/1075