Skip to content

Commit

Permalink
create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kwheelans committed Oct 24, 2023
1 parent 0aa01ca commit 248bcad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,6 @@
# v0.1.0
## Features
- basic functionality to backup all directories mounted under `/data` to volume mounted at `/backup`
- Pass environment variable to control how tarball is compressed
- Pass environment variable to control single tarball or tarball per directory in `/data`
- Pass environment variable to set cron timing
2 changes: 1 addition & 1 deletion README.md
@@ -1,5 +1,5 @@
# docker-volume-backup
A simple docker container to run cron and backup the folders mounted under `/data` to the volume mounted at `/backup`
A simple docker container to run cron and backup the folders mounted under `/data` to the volume mounted at `/backup`.

## Environment

Expand Down

0 comments on commit 248bcad

Please sign in to comment.