You could try using restic copy. Do the backup the normal way for the local repo, and then send the resulting snapshot to the remote repo. But be aware that you have to set up the repos to have the same chunker parameters or the deduplication will be poor.
@alvaro @selfhosted @selfhost
You could try using
restic copy
. Do the backup the normal way for the local repo, and then send the resulting snapshot to the remote repo. But be aware that you have to set up the repos to have the same chunker parameters or the deduplication will be poor.