Error: nothing selected, aborting #183
Answered
by
cupcakearmy
sebdanielsson
asked this question in
Q&A
-
I can't figure out why autorestic won't run... Here's my .autorestic.yml version: 2
locations:
docker:
from:
- /compose
- /var/lib/docker/volumes
to:
- bb
backends:
bb:
type: b2
path: restic-linode1:backup/docker Here's the command output. ❯ autorestic check
Using config: /root/.config/autorestic/.autorestic.yml
Using env: /root/.config/autorestic/.autorestic.env
Using lock: /root/.config/autorestic/.autorestic.lock.yml
Initializing backend "bb"...
Everything is fine. ❯ autorestic backup -v
Using config paths: . /root /root/.config/autorestic
Using config: /root/.config/autorestic/.autorestic.yml
Using env: /root/.config/autorestic/.autorestic.env
Using lock: /root/.config/autorestic/.autorestic.lock.yml
Error: nothing selected, aborting |
Beta Was this translation helpful? Give feedback.
Answered by
cupcakearmy
Apr 26, 2022
Replies: 1 comment 4 replies
-
Do all of the Answer see below: #183 (reply in thread) |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
cupcakearmy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do all of the
from
locations exists on disk? (/compose
andvar/lib/docker/volumes
?Answer see below: #183 (reply in thread)