mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-10 01:51:03 +01:00
Removed dconf/user because I assume leads to conflicts with GNOME
This commit is contained in:
parent
f26ccca541
commit
e162004b76
@ -19,7 +19,6 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \
|
|||||||
"$HOME/Documents/recovery_codes/" \
|
"$HOME/Documents/recovery_codes/" \
|
||||||
"$HOME/Documents/identity/" \
|
"$HOME/Documents/identity/" \
|
||||||
"$HOME/Documents/passwords/" \
|
"$HOME/Documents/passwords/" \
|
||||||
"$HOME/.config/dconf/user" \
|
|
||||||
"$HOME/.local/share/rhythmbox/rhythmdb.xml" \
|
"$HOME/.local/share/rhythmbox/rhythmdb.xml" \
|
||||||
"$HOME/.config/keepassxc/keepassxc.ini");
|
"$HOME/.config/keepassxc/keepassxc.ini");
|
||||||
for system_item_path in "${BACKUP_LIST[@]}";
|
for system_item_path in "${BACKUP_LIST[@]}";
|
||||||
|
Loading…
Reference in New Issue
Block a user