-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hi all,
first thanks for providing your borg backup scripts to the public! This helped me a lot and I adapted your approach to my needs.
If there is a possibility for donations, please let me know :)
Things I stumbled upon in borg-backup.sh:
- Your script outputs 'Backup, Prune, and Compact finished successfully', but is missing the compact part, see https://borgbackup.readthedocs.io/en/stable/quickstart.html# > Automating Backups:
# actually free repo disk space by compacting segments
info "Compacting repository"
borg compact
compact_exit=$?
- The "--prefix '{hostname}-'" part in the prune section is deprecated since borg version 1.2 and is replaced by "--glob-archives '{hostname}-'", see: drop --prefix and only use -a ? borgbackup/borg#6806
Regards
ffyring, git-dimiz and pintycar
Metadata
Metadata
Assignees
Labels
No labels