You could always sftp mount the repo if you cant install borg but have sftp support. Probably won’t be as efficient though.
Comment on What I just learned about restoring BorgBackups
shadowbert@kbin.social 1 year agoIs there a way to have an ssh remote without borg installed on the target?
raldone01@lemmy.world 1 year ago
witten@lemmy.world 1 year ago
Nope! Borg always requires Borg on the remote side. It’s Borg’s biggest strength and weakness versus competing backup systems IMO. Strength, because it can do pretty smart stuff with its own code running on both sides. Weakness, because it means it doesn’t work natively with cloud object storage like S3. It’s a tradeoff like anything else.
shadowbert@kbin.social 1 year ago
Makes sense - compromises like you say.
So in the context of unraid, do I just run the borgmatic container on both ends? Or should there be a specific 'server' one?
witten@lemmy.world 1 year ago
I’m not super familiar with Unraid, but yeah, the borgserver image sounds like it’d work for this… You don’t need borgmatic on the server side unless you want it there to make running Borg commands easier.
shadowbert@kbin.social 1 year ago
Is it normal for borg to nag for my password so many times?