docker-borgmatic icon indicating copy to clipboard operation
docker-borgmatic copied to clipboard

Borgmatic in Docker

Results 46 docker-borgmatic issues
Sort by recently updated
recently updated
newest added

This probably happened due to me having zero experience with borg and starting directly on the borgmatic. So I would totally understand if this get disregarded, but I will write...

As I recently discovered when extracting from backup on a reinstalled system: Read-only source volumes (as currently documented) prevent docker-borgmatic from extracting any backup files to their original locations! Which...

- Optionally use Docker secrets to improve security. - Fixup Markdown (linting/formatting/spelling). - Minor shell scripting fixes. Couldn't find a relevant open issue, but does relate to #47

Command specified by `BORG_RSH` does not seem to get passed to ssh. E.g. trying to specify a key with a non-default name `BORG_RSH="ssh -i /root/.ssh/borgbase"` results in ``` SSH command...

If starting up the container for the first time there will be an error message caused by different names in the .env (VOLUME_DOT_BORGMATIC) and docker-compose.yml (VOLUME_BORGMATIC_STATE). Simply changing the name...

While https://www.modem7.com/books/docker-backup/page/backup-docker-using-borgmatic is well-written, I am personally the kind of person who works a *lot* better with a little example than I am with instructions. Would there be interest in...

`VOLUME_BORGMATIC_STATE` is not set in the default `.env` file. Instead `VOLUME_BORGMATIC_STATE` is set which results in `WARNING: The VOLUME_BORGMATIC_STATE variable is not set. Defaulting to a blank string.`. Using an...

As of borgmatic 1.7.0, [borgmatic stores check state](https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/#check-frequency) in `~/.borgmatic/checks`, which allows the user to configure checks to run on a rough schedule instead of every time borgmatic runs. There...

question

The crontab.txt example found [here](https://github.com/borgmatic-collective/docker-borgmatic/blob/master/base/README.md) does not match the [crontab.txt](https://github.com/borgmatic-collective/docker-borgmatic/blob/master/base/data/borgmatic.d/crontab.txt) file found in the same folder. Using the example found in the README.md file results in the following error: ```...

bug

Request: Add [coreutils](https://pkgs.alpinelinux.org/package/edge/main/ppc64le/coreutils) and [jq](https://pkgs.alpinelinux.org/package/edge/main/x86/jq) to the container. It adds only about 2,16 MB. Motivation: More flexibility when executing scripts (ie hooks) inside the container. In my case I've written...

enhancement