Hello, I’m looking for a backup solution and am trying to see if restic could fit my use-case.
Basically, I want to backup data from a NAS to a remote cloud (Storj). I’m already using one of synology’s in-house solution for this (hyper backup), but I’m worried about the fact that if for whatever reason I can’t use the NAS anymore, I’m also loosing the ability to restore or even browse the files on the remote location, because they’re encrypted with Synology/Hyper backup’s own solution.
I’m hoping that migrating from this backup solution to restic would resolve this problem.
Is it possible to browse and restore a restic remote backup from another device than the one that initiated the restic backups?
For instance, could I somehow use restic on my laptop and browse my backups on Storj from there even though those backups were initiated and sent to Storj from the NAS?
You do not need NAS hardware to access hyperbackup
That’s nice, didn’t know that. I’ll eventually migrate away from the Syno to a custom nas/server though so I still need to plan another solution.
Anyways, good to know restic can do what I want too! So how would that work, do I simply re-create the restic repository on the secondary device with the same password and same backend info, and the backups will be there if I do restic list?
I understand that I won’t be actually recreating the repo on the remote location, but I’m not sure I understand how it’d look concretely.
As far as restic on the secondary device is concerned would I not need to run restic -r [repo] init? How would that work then?
Okay so let’s say I did restic -r [repo] init on the NAS, made some backups etc. The repo is a remote cloud.
Then some time later, let’s say the NAS crashed and is unusable. I have a laptop with restic installed. What do I need to do to access the repo that was initiated on the NAS?