-
I've followed the instruction to set up the backup. Just when I run "restic snapshots", it says "Please specify repository location (-r)" I then follow the instruction on restic intruction to creat a b2 repository. So, should I put the export repository in b2_env.sh.template for example RESTIC_REPOSITORY="b2:b01555522e3" Thanks for the excellent work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey! I recommend using It is then in If you don't use Beware, there's a major update to this repo hopefully being merged in the next days which simplifies the instructions. You can already look at it here if you want |
Beta Was this translation helpful? Give feedback.
Hey! I recommend using
make install
. This will copyb2_env.sh.template
to/etc/restic/b2_env.sh
.It is then in
/etc/restic/b2_env.sh
that you should put your RESTIC_REPOSITORY value :)If you don't use
make install
, you have to copy this file yourself as instructed in https://github.com/erikw/restic-systemd-automatic-backup#2-configure-your-b2-account-locallyBeware, there's a major update to this repo hopefully being merged in the next days which simplifies the instructions. You can already look at it here if you want
#45