Script for creating a test repository

Heh nice! You can also speed up the process a lot by compiling restic with debug support (go run build.go -tags debug) and then reducing the security when creating the repo: restic init --insecure-kdf. Then each backup will take much less time. WARNING do not use repos created in this way in any production setting!