Restic 0.19.1 – to mount a Restic repository as a read-only file system use the restic mount command followed by an empty target directory

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

Leave a Reply

You must be logged in to post a comment.