You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 24, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# computerfr33k/docker-burp-backup-server
2
2
3
-
(description)
3
+
[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.
4
4
5
5
## Usage
6
6
@@ -20,8 +20,11 @@ docker create \
20
20
*`-v /etc/localtime` for timesync - *optional*
21
21
*`-v /config` - Configuration file location
22
22
*`-v /data` - Location for backups
23
-
*`-e PGID` for for GroupID - see below for explanation - *optional*
24
-
*`-e PUID` for for UserID - see below for explanation - *optional*
23
+
*`-e PGID` for GroupID - see below for explanation - *optional*
24
+
*`-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*
25
28
26
29
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`.
0 commit comments