Skip to content
This repository was archived by the owner on Jun 24, 2020. It is now read-only.

Commit 51c6a42

Browse files
Update README.md
1 parent 1c3bbf6 commit 51c6a42

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# computerfr33k/docker-burp-backup-server
1+
# computerfr33k/burp-server
22

33
[Burp](http://burp.grke.org/) is a network backup and restore program. It attempts to reduce network traffic and the amount of space that is used by each backup.
44

@@ -10,8 +10,9 @@ docker create \
1010
-v /path/to/config/data:/config \
1111
-v /path/to/backups:/data \
1212
-v /etc/localtime:/etc/localtime:ro \
13+
-e PGID=<gid> -e PUID=<uid> \
1314
-p 4971:4971 -p 4972:4972 \
14-
computerfr33k/docker-burp-backup-server:<VERSION>
15+
computerfr33k/burp-server:<VERSION>
1516
```
1617

1718
**Parameters**
@@ -22,9 +23,9 @@ docker create \
2223
* `-v /data` - Location for backups
2324
* `-e PGID` for GroupID - see below for explanation - *optional*
2425
* `-e PUID` for UserID - see below for explanation - *optional*
25-
* `-e ENABLE_CRON_SUMMARY` - Enables emailing a daily summary *optional*
26-
* `-e BURP_EMAIL` - Sets the email address to send the daily summary to. *only required if cron summary is enabled*
27-
* `-e DISABLE_CRON_DEDUP` - Disable running dedup once a week over client storage *optional*
26+
* `-e ENABLE_CRON_SUMMARY=1` - Enables emailing a daily summary - *optional*
27+
* `-e BURP_EMAIL="[email protected]"` - Sets the email address to send the daily summary to. - *only required if cron summary is enabled*
28+
* `-e DISABLE_CRON_DEDUP=1` - Disables running dedup cron job - *optional*
2829

2930
It is based on phusion-baseimage with ssh removed, for shell access whilst the container is running do `docker exec -it burp-server /bin/bash`.
3031

0 commit comments

Comments
 (0)