Implemented scripts to backup repositories

This commit is contained in:
Kevin Veen-Birkenbach [aka. Frantz]
2019-12-03 13:37:39 +01:00
parent 5531b313d8
commit 6ce2ab8a31
5 changed files with 24 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ 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[@]}";