add borg repo update notes

This commit is contained in:
2025-11-18 09:57:14 -05:00
parent b75aac76c2
commit dc2df62d04

View File

@@ -8,6 +8,7 @@
- [Check backup service logs](#check-backup-service-logs) - [Check backup service logs](#check-backup-service-logs)
- [Run a Manual Backup](#run-a-manual-backup) - [Run a Manual Backup](#run-a-manual-backup)
- [Back up and Entire System](#back-up-and-entire-system) - [Back up and Entire System](#back-up-and-entire-system)
- [Upgrade a Borg Repo](#upgrade-a-borg-repo)
## Install Borg ## Install Borg
@@ -248,3 +249,7 @@ borg create \
${BORG_REPO}::$(date +"%F-%H-%M-%S") \ ${BORG_REPO}::$(date +"%F-%H-%M-%S") \
/ /
``` ```
## Upgrade a Borg Repo
<https://borgbackup.readthedocs.io/en/stable/usage/upgrade.html>