Merge pull request #38 from erikw/fix/35
Add restic version requirements to README.md
This commit is contained in:
@@ -11,6 +11,8 @@ Here follows a step-by step tutorial on how to set it up, with my sample script
|
|||||||
|
|
||||||
Note, you can use any of the supported [storage backends](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html). The setup should be similar but you will have to use other configuration variables to match your backend of choice.
|
Note, you can use any of the supported [storage backends](https://restic.readthedocs.io/en/latest/030_preparing_a_new_repo.html). The setup should be similar but you will have to use other configuration variables to match your backend of choice.
|
||||||
|
|
||||||
|
# Requirements
|
||||||
|
* `restic >=v0.9.6`
|
||||||
|
|
||||||
## Set up
|
## Set up
|
||||||
|
|
||||||
@@ -29,7 +31,6 @@ First, see this official Backblaze [tutorial](https://help.backblaze.com/hc/en-u
|
|||||||
Take note of the your account ID, application key and password for the next steps.
|
Take note of the your account ID, application key and password for the next steps.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### 2. Configure your B2 account locally
|
### 2. Configure your B2 account locally
|
||||||
Put these files in `/etc/restic/`:
|
Put these files in `/etc/restic/`:
|
||||||
* `b2_env.sh`: Fill this file out with your B2 bucket settings etc. The reason for putting these in a separate file is that it can be used also for you to simply source, when you want to issue some restic commands. For example:
|
* `b2_env.sh`: Fill this file out with your B2 bucket settings etc. The reason for putting these in a separate file is that it can be used also for you to simply source, when you want to issue some restic commands. For example:
|
||||||
|
|||||||
Reference in New Issue
Block a user