Hi
new to restic, I have a server with zfs exporting some spare (dataset) as nfs lets say
/shared.
I use sanoid to take snapshots and syncoid to replicate this dataset and snapshots to another server..
Now that I have my 2 one site locations I want to now send this to the cloud, I am thinking restic + wasabi
I had planned on doing another zfs sync to another server and then using restic there to backup the snapshot.
but then I thought can I run restic on the 2nd server above against a snapshot and use the 3rd server as a restic repo.
if i do that I could in theory use any server with restic and just point to my local restic repo.
How do I then sync this to wasabi
in the end I want to keep lots of stuff in wasabi (cloud) and keep minimal on site … Not sure i need to do this , but I like the idea. How easy / efficient is it to sync a restic repo from onsite to off site
or do i just use the 2nd server and use restic to backup to a wasabi repo ?
Doing some reading but would like some input into the right direction so as not waste a lot of time.
My gut says use server #2 and just use the cloud as the restic repo