Francesco Pompò
Francesco Pompò
> > Restic restores everything as the user running restic. > > Do I understand correctly that this user is `root` for you? Judging from the code, if running as...
Hi, after compiling the same restic version, 0.13.1, with debug tags, a portion of the debug log is the following: ``` 2022/09/01 23:30:07 restorer/restorer.go:237 restorer.(*Restorer).RestoreTo.func2 1 first pass, visitNode: mkdir...
Sadly I can't send anything else. I tried on other folders and everything is going fine. Anyway, after migrating to repo v2 and restic 0.14 the restore function is now...
Hello @aofei , did you manage to resolve your issue? If yes how? Thanks
Hi, sorry to bump this but there is no trace of these directives on the documentation as of today and I found the documentation to be confusing as pointed out...
I suggest that when deleting a repository, you also perform the mentioned action for "cleaning" the db.
It should be more a security stuff IMHO because when you delete a repo some commit messages remain in this "cache" of sqlite. VACUUM should be issued at least on...