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-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# computerfr33k/docker-burp-backup-server
1
+
# computerfr33k/burp-server
2
2
3
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
@@ -10,8 +10,9 @@ docker create \
10
10
-v /path/to/config/data:/config \
11
11
-v /path/to/backups:/data \
12
12
-v /etc/localtime:/etc/localtime:ro \
13
+
-e PGID=<gid> -e PUID=<uid> \
13
14
-p 4971:4971 -p 4972:4972 \
14
-
computerfr33k/docker-burp-backup-server:<VERSION>
15
+
computerfr33k/burp-server:<VERSION>
15
16
```
16
17
17
18
**Parameters**
@@ -22,9 +23,9 @@ docker create \
22
23
*`-v /data` - Location for backups
23
24
*`-e PGID` for GroupID - see below for explanation - *optional*
24
25
*`-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*
0 commit comments