github.com/mckael/restic@v0.8.3/changelog/0.7.0_2017-07-01/issue-965 (about)

     1  Bugfix: Switch to `default` repo layout for the s3 backend
     2  
     3  The default layout for the s3 backend is now `default` (instead of `s3legacy`).
     4  Also, there's a new `migrate` command to convert an existing repo, it can be
     5  run like this: `restic migrate s3_layout`
     6  
     7  https://github.com/restic/restic/issues/965
     8  https://github.com/restic/restic/pull/1004