I’ve made a restore a couple days ago that just finished, after restoring some file metadata with other tools I just found out restic didn’t restored any symbolic link and according to the documentation it should. Am I missing some commands here? I know restic has saved the symbolic links because I can see them with ls but I can’t get it to restore them.
The command I’m using is symply restore with nothing else (well, with rclone): restic -r "rclone:<REMOTE>:restic" restore --target=N:\ <snapshotid>
You might want to take a look at Relica. It was developed by Matt Holt, author of Caddy Web server, CertMagic and more. It’s built on restic but preserves advanced files such as symbolic links and dotfiles.
There’s a good explainer already posted, although the software has been updated a few times since: