Of course. My immediate use case is to keep a history of my notes (plain text, org files, images, etc) which are also synchronized with Syncthing. I could limit myself to only writing to the repo with one machine but if i’m going to do that I could use a VCS like Fossil (which uses an sqlite file). It would be interesting if I could write to the repo with any machine at any time without worrying about conflicts. Would the Restic repo file format be compatible with this? It seems like it might be possible since new backups seem to only create new files and never update or delete existing files. However I do see that packfiles are used. If these are updated during backup then it could cause merge conflicts.