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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,9 @@ Description of all accepted environment variables follows.
150
150
151
151
**PRUNE** - if set, prune the repository after backup. Empty by default. [More info](https://borgbackup.readthedocs.io/en/stable/usage.html#borg-prune)
152
152
153
-
**PRUNE_PREFIX** - filter data to prune by prefix of the archive. Empty by default - prune all data
153
+
**GLOB** - filter data to prune by prefix of the archive. Empty by default - prune all data
154
+
155
+
**PRUNE_PREFIX** - filter data to prune by prefix of the archive. Empty by default - prune all data (DEPRECATED, use **GLOB** instead)
154
156
155
157
**KEEP_DAILY** - keep specified number of daily backups. Defaults to 7
0 commit comments