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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user