From 5db606272b128f2cb494beab590977c8be7591c2 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Thu, 1 Aug 2024 07:58:41 -0400 Subject: [PATCH] Hostname / Backup Dir Change - Update doom-emacs submodule - Change backup directory from `oryp7-gentoo` to `oryp7` --- README.org | 8 ++++---- emacs/.config/doom-emacs | 2 +- snapborg/.config/snapborg/home_fileserver_config.yaml | 2 +- snapborg/.config/snapborg/home_hdd_config.yaml | 2 +- snapborg/.config/snapborg/root_fileserver_config.yaml | 2 +- snapborg/.config/snapborg/root_hdd_config.yaml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index 7f7432d..fce62ce 100644 --- a/README.org +++ b/README.org @@ -7797,7 +7797,7 @@ configs: # MANDATORY: name of the snapper config - name: root # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/5TB_HDD/Backups/oryp7-gentoo/root + repo: /mnt/5TB_HDD/Backups/oryp7/root # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is @@ -7829,7 +7829,7 @@ configs: configs: - name: home # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/5TB_HDD/Backups/oryp7-gentoo/home + repo: /mnt/5TB_HDD/Backups/oryp7/home # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is @@ -7866,7 +7866,7 @@ configs: # MANDATORY: name of the snapper config - name: root # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/fileserver/Backups/oryp7-gentoo/root + repo: /mnt/fileserver/Backups/oryp7/root # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is @@ -7900,7 +7900,7 @@ configs: configs: - name: home # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/fileserver/Backups/oryp7-gentoo/home + repo: /mnt/fileserver/Backups/oryp7/home # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is diff --git a/emacs/.config/doom-emacs b/emacs/.config/doom-emacs index 1eaa1ae..36e7aaa 160000 --- a/emacs/.config/doom-emacs +++ b/emacs/.config/doom-emacs @@ -1 +1 @@ -Subproject commit 1eaa1aef2ccbb2efbf71bc10b0526a63b8d6121f +Subproject commit 36e7aaa619342eff61b1daf3ac664f94d5272db7 diff --git a/snapborg/.config/snapborg/home_fileserver_config.yaml b/snapborg/.config/snapborg/home_fileserver_config.yaml index 307875f..ff67158 100644 --- a/snapborg/.config/snapborg/home_fileserver_config.yaml +++ b/snapborg/.config/snapborg/home_fileserver_config.yaml @@ -1,7 +1,7 @@ configs: - name: home # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/fileserver/Backups/oryp7-gentoo/home + repo: /mnt/fileserver/Backups/oryp7/home # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is diff --git a/snapborg/.config/snapborg/home_hdd_config.yaml b/snapborg/.config/snapborg/home_hdd_config.yaml index 2cccb25..cafd018 100644 --- a/snapborg/.config/snapborg/home_hdd_config.yaml +++ b/snapborg/.config/snapborg/home_hdd_config.yaml @@ -1,7 +1,7 @@ configs: - name: home # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/5TB_HDD/Backups/oryp7-gentoo/home + repo: /mnt/5TB_HDD/Backups/oryp7/home # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is diff --git a/snapborg/.config/snapborg/root_fileserver_config.yaml b/snapborg/.config/snapborg/root_fileserver_config.yaml index 91c3c20..5b2506c 100644 --- a/snapborg/.config/snapborg/root_fileserver_config.yaml +++ b/snapborg/.config/snapborg/root_fileserver_config.yaml @@ -2,7 +2,7 @@ configs: # MANDATORY: name of the snapper config - name: root # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/fileserver/Backups/oryp7-gentoo/root + repo: /mnt/fileserver/Backups/oryp7/root # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is diff --git a/snapborg/.config/snapborg/root_hdd_config.yaml b/snapborg/.config/snapborg/root_hdd_config.yaml index ca16915..464bec0 100644 --- a/snapborg/.config/snapborg/root_hdd_config.yaml +++ b/snapborg/.config/snapborg/root_hdd_config.yaml @@ -2,7 +2,7 @@ configs: # MANDATORY: name of the snapper config - name: root # MANDATORY: borg repo target, e. g. backupuser@backuphost:reponame - repo: /mnt/5TB_HDD/Backups/oryp7-gentoo/root + repo: /mnt/5TB_HDD/Backups/oryp7/root # if this is set to true, borg does not neccessarily fail when a backup fails fault_tolerant_mode: true # snapborg fails when the most recent snapshot transferred successfully is