Mangal Config & Snap-Sync Backup Updates
- Add `gen` section to mangal config - Update UUID of HDD in backup script
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user