mirror of
https://github.com/kevinveenbirkenbach/linux-image-manager.git
synced 2024-11-12 18:51:04 +01:00
Added keepassxc ini file
This commit is contained in:
parent
71aa770c22
commit
579db23627
@ -19,7 +19,8 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \
|
||||
"$HOME/Documents/recovery_codes/" \
|
||||
"$HOME/Documents/passwords/" \
|
||||
"$HOME/.config/dconf/user" \
|
||||
"$HOME/.local/share/rhythmbox/rhythmdb.xml");
|
||||
"$HOME/.local/share/rhythmbox/rhythmdb.xml" \
|
||||
"$HOME/.config/keepassxc/keepassxc.ini");
|
||||
for system_item_path in "${BACKUP_LIST[@]}";
|
||||
do
|
||||
data_item_path="$DATA_PATH$system_item_path"
|
||||
|
Loading…
Reference in New Issue
Block a user