22 lines
492 B
Markdown
22 lines
492 B
Markdown
# Borg dump scripts
|
|
|
|
These scripts are intended to run on the Unraid host before a Borg backup starts.
|
|
|
|
## Current script
|
|
|
|
- `pre-backup-dumps.sh`
|
|
|
|
## Output
|
|
|
|
Fresh dump artifacts are written to:
|
|
|
|
- `/mnt/user/appdata/borg-ui/dumps/latest`
|
|
|
|
Borg UI should include `/local/borg-dumps` as a backup source.
|
|
|
|
## Notes
|
|
|
|
- The script is written for host execution where `docker` is available.
|
|
- It does not assume Backrest.
|
|
- It keeps only the latest dump set because Borg itself provides history.
|