github.com/mckael/restic@v0.8.3/changelog/0.6.0_2017-05-29/issue-965 (about) 1 Enhancement: Unify repository layout for all backends 2 3 Up to now the s3 backend used a special repository layout. We've decided to 4 unify the repository layout and implemented the default layout also for the s3 5 backend. For creating a new repository on s3 with the default layout, use 6 `restic -o s3.layout=default init`. For further commands the option is not 7 necessary any more, restic will automatically detect the correct layout to use. 8 A future version will switch to the default layout for new repositories. 9 10 https://github.com/restic/restic/pull/966 11 https://github.com/restic/restic/issues/965