Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing instructions for other linux distributions? #3

Open
thepenguinthatwants opened this issue May 22, 2019 · 2 comments
Open

Comments

@thepenguinthatwants
Copy link

Hi!

I've tried this only when using archlinux as this was found in the official repos.

Any instruction on how to install it on other linux distributions like Debian?

@Bluewind
Copy link
Owner

This project is also available via CPAN so you should be able to install it from CPAN just like any other CPAN distribution/module/package. I don't have any experience with Debian in this regard, but I'm sure the Debian folks can help you out.

You should be able to install the cpanminus package (Debian has that AFAICT). Then you should be able to run cpanm --local-lib App::BorgRestore to install it to ~/perl5. Then just put eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib) in your .bashrc and you should be good to go I think.

@Knusper
Copy link

Knusper commented Jun 16, 2023

Hi, debian person here telling you that this can indeed work on debian.
But you would need to change --local-lib=~/perl5/ in the cpanm call and remove -T in the first line of the borg-restore.pl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants