feat(borgbackup): include Library directory in backup paths
Add ~/Library to both onsite and offsite backup configurations to preserve application state, preferences, and support files across system restores.
This commit is contained in:
parent
359d01c407
commit
6dc89a2097
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
|||
"/.staging-offsite/home/Downloads"
|
||||
"/.staging-offsite/home/Academics"
|
||||
"/.staging-offsite/home/Notes"
|
||||
"/.staging-offsite/home/Library"
|
||||
|
||||
# Dotfiles (critical user configuration)
|
||||
"/.staging-offsite/home/.ssh"
|
||||
|
|
|
@ -32,6 +32,7 @@ in {
|
|||
"/.staging-onsite/home/Downloads"
|
||||
"/.staging-onsite/home/Academics"
|
||||
"/.staging-onsite/home/Notes"
|
||||
"/.staging-onsite/home/Library"
|
||||
|
||||
# Dotfiles (critical user configuration)
|
||||
"/.staging-onsite/home/.ssh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue