Dan Helfman
Dan Helfman
As a work-around, I've found that you can mount /etc/ssl as a (read-only) volume from the host into the container, assuming that you have the missing cert path present on...
FWIW, I can confirm that the `DOCKER_HOST` approach works with Podman (rootless here), but the logs tab in lazydocker never updates and is even is empty for certain containers. Similar...
A quick note: You may be able to omit `encryption_passphrase` from your borgmatic configuration entirely (unless you prefer it there to be explicit), since borgmatic should pass through `$BORG_PASSPHRASE` from...
This error is coming directly from Borg. Here is a Borg ticket with some ideas on potential work-arounds: https://github.com/borgbackup/borg/issues/7293 If you'd like borgmatic to run Borg with `--noxattrs` on `create`,...
Yes, just ran into this myself today. The date somewhere would be really nice! Especially since I've found some [other sites](https://fixnum.org/godot/) with super out-of-date unofficial Godot Engine builds.
Yeah, as long as `one_file_system` is true (either explicitly or implicitly as enabled by database hooks), borgmatic will instruct Borg not to cross filesystem boundaries. So you can either solve...
Yeah, borgmatic 1.9.0+ no longer turns on `one_file_system` automatically when database backups are enabled. So much of the problem here should hopefully go away.
Yup, understood.
This is an essential feature for me because I'm using Pixelfed as a sort of digital photo album with comments, and so I have thousands of photos going back years....
It looks like `~/.borgmatic` is no longer in the [Docker Compose file](https://github.com/borgmatic-collective/docker-borgmatic/blob/master/docker-compose.yml)...?