Removed dconf/user because I assume leads to conflicts with GNOME

This commit is contained in:
Kevin Veen-Birkenbach 2019-10-24 20:19:24 +02:00
parent f26ccca541
commit e162004b76

View File

@ -19,7 +19,6 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \
"$HOME/Documents/recovery_codes/" \
"$HOME/Documents/identity/" \
"$HOME/Documents/passwords/" \
"$HOME/.config/dconf/user" \
"$HOME/.local/share/rhythmbox/rhythmdb.xml" \
"$HOME/.config/keepassxc/keepassxc.ini");
for system_item_path in "${BACKUP_LIST[@]}";