From 696077e99f403b73fb058979ba5e349e6a91f6ef Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Sat, 27 Aug 2022 16:27:57 -0400 Subject: [PATCH] Mangal Config & Snap-Sync Backup Updates - Add `gen` section to mangal config - Update UUID of HDD in backup script --- .config/mangal/mangal.toml | 5 +++++ .scripts/backup_to_hdd.sh | 2 +- README.org | 7 ++++++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.config/mangal/mangal.toml b/.config/mangal/mangal.toml index 5714032..b6fa832 100644 --- a/.config/mangal/mangal.toml +++ b/.config/mangal/mangal.toml @@ -73,6 +73,11 @@ user = 'metafates' # Custom scrapers repository branch branch = 'main' +[gen] +# Name of author for gen command. +# Will use OS username if empty +author = 'Sravan Balaji' + [logs] # write logs? write = false diff --git a/.scripts/backup_to_hdd.sh b/.scripts/backup_to_hdd.sh index c0b9f24..a9f5862 100755 --- a/.scripts/backup_to_hdd.sh +++ b/.scripts/backup_to_hdd.sh @@ -1,6 +1,6 @@ #!/bin/bash sudo snap-sync \ - --UUID c651c7af-e795-4eb0-9a13-83c6288880d1 \ + --UUID 8d148185-97f7-446f-8937-3c5c0924039d \ --subvolid 5 \ --noconfirm \ --quiet diff --git a/README.org b/README.org index b01295e..ad1c0a7 100644 --- a/README.org +++ b/README.org @@ -7428,7 +7428,7 @@ done #+BEGIN_SRC shell :shebang #!/bin/bash :tangle .scripts/backup_to_hdd.sh sudo snap-sync \ - --UUID c651c7af-e795-4eb0-9a13-83c6288880d1 \ + --UUID 8d148185-97f7-446f-8937-3c5c0924039d \ --subvolid 5 \ --noconfirm \ --quiet @@ -7581,6 +7581,11 @@ user = 'metafates' # Custom scrapers repository branch branch = 'main' +[gen] +# Name of author for gen command. +# Will use OS username if empty +author = 'Sravan Balaji' + [logs] # write logs? write = false