You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then I run: docker compose -f $HOME/docker/borgmatic/docker-compose.yml -f $HOME/docker/borgmatic/docker-compose.restore.yml run --rm borgmatic
And I run this inside the container: borg mount --remote-path=borg1 [email protected]:myrepo /restore (repo is at rsync.net)
I can browse /restore from within the container, but /tmp/borg on the host contains 0 files. I also tried different dirs in my host.
What am I missing?
The text was updated successfully, but these errors were encountered:
Following the readme here, I created this
docker-compose.restore.yml
file:Then I run:
docker compose -f $HOME/docker/borgmatic/docker-compose.yml -f $HOME/docker/borgmatic/docker-compose.restore.yml run --rm borgmatic
And I run this inside the container:
borg mount --remote-path=borg1 [email protected]:myrepo /restore
(repo is at rsync.net)I can browse
/restore
from within the container, but/tmp/borg
on the host contains 0 files. I also tried different dirs in my host.What am I missing?
The text was updated successfully, but these errors were encountered: