This allows you to browse all your backups directly using your file manager or terminal
Create an empty folder where the backup will be mounted
# mkdir ~/restic-mount
Mount the repository
# restic -r /path/to/repo mount ~/restic-mount
Unmount when finished
# umount ~/restic-mount
This entry was posted on Mittwoch, September 23rd, 2026 at 09:10 and is filed under Administration, Linux Solution. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.