From 0a2f9dd1b516e3c9fa58d754108711f2191eb0d3 Mon Sep 17 00:00:00 2001 From: Chirag Aggarwal Date: Sun, 2 Jul 2023 19:19:01 +0000 Subject: [PATCH] formatting Signed-off-by: Chirag Aggarwal --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f0b06..8af8f3d 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository provides a Docker image for [Borgmatic](https://github.com/witte > As of 2023-06-23 msmtp and ntfy flavors have been discontinued. This image has now switched to apprise. ### Usage - +--- ### Prerequisites Before proceeding, ensure that you have Docker installed and properly configured on your system. Refer to the Docker documentation for installation instructions specific to your operating system. @@ -125,6 +125,8 @@ docker-compose exec borgmatic bash ### Volumes +--- + The following volumes are available for mounting: | Volume | Description | | --- | --- | @@ -147,6 +149,8 @@ crontab.txt example: In this file set the time you wish for your backups to take ``` ### Environment +--- + You can set the following environment variables: | Variable | Description | | --- | --- | @@ -158,6 +162,8 @@ You can set the following environment variables: Beside that, you can also pass any environment variable that is supported by borgmatic. See documentation for [Borgmatic](https://torsion.org/borgmatic/) and [Borg](https://borgbackup.readthedocs.io/) and for a list of supported variables. +### Advanced +--- #### Starting and stopping containers from hooks