Mangal Config & Snap-Sync Backup Updates

- Add `gen` section to mangal config
- Update UUID of HDD in backup script
This commit is contained in:
Sravan Balaji
2022-08-27 16:27:57 -04:00
parent 26e43e2f55
commit 696077e99f
3 changed files with 12 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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