Comment on How to access all files in docker volumes for backups?
sudneo@lemmy.world 1 year ago
Add the DAC_READ_SEARCH capability to the restic binary (using setcap).This is what allows to read all files. Obviously this means being able to read all, all, files including shadow etc.
gitamar@feddit.de 1 year ago
This is a great hint, thank you. I just discovered that the official restic docs recommend this method too
Thank you!
restic.readthedocs.io/en/…/080_examples.html
sudneo@lemmy.world 1 year ago
Oh that’s good to see! Sorry if I didn’t expand much before, I was writing from my phone.
Good luck :)