Added application to import script

This commit is contained in:
Kevin Veen-Birkenbach 2019-11-29 11:33:41 +01:00
parent c98dabec03
commit 8f8082cade

View File

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