arch_backup major fixes

1. Don't automount disks (dconf changes) this breaks backups
2. Rewrite the entire backup script to handle mounting, decrypting,
   many use cases, etc
3. Update main.yaml to not create mount location for backup drive,
   script will handle it
This commit is contained in:
ducoterra
2022-02-03 12:34:54 -05:00
parent f1bbf399bc
commit f3ce93554d
4 changed files with 232 additions and 94 deletions

View File

@@ -12,3 +12,7 @@
command: dconf write /org/gnome/desktop/wm/keybindings/maximize "['<Super>Up']"
- name: Center window with ['<Super>Return']
command: dconf write /org/gnome/desktop/wm/keybindings/move-to-center "['<Super><Alt>Return']"
- name: Don't automount drives
command: dconf write /org/gnome/desktop/media-handling/automount false
- name: Don't auto open mounted drives
command: dconf write /org/gnome/desktop/media-handling/automount-open false