Add borg backup scope and database dump workflow
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user