Issues with multiple docker volumes in a single location #342
PleaseStopAsking
started this conversation in
General
Replies: 2 comments 1 reply
-
I implemented a loop to create a location and backend per volume but then discovered that SFTP is not supported for docker volumes! I also could find no reference to this limitation in the docs. What is the path forward for volume backups if sftp is the only option available for backends? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also just ran into this problem - any solutions for an sftp backend? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to backup multiple docker volumes in a single location but when running
autorestic config
, I am getting the errorError: location "docker" has more than one docker volume
.I didn't see anyone else reporting this issue with a quick search of issues and discussion so I want to see if anyone has any idea of what's going on here. Is this a limitation of docker volume locations and I need to split this into individual locations?
My other locations and backends are working fine but those are not docker volumes.
Config:
Beta Was this translation helpful? Give feedback.
All reactions