From 7a0512e1ae21b47f051307119fbba6afe9cbbf63 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Fri, 13 Nov 2020 13:18:24 +0100 Subject: [PATCH] Adapted folder structure --- scripts/data/import-from-system.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/data/import-from-system.sh b/scripts/data/import-from-system.sh index 6bffa2a..96404c5 100644 --- a/scripts/data/import-from-system.sh +++ b/scripts/data/import-from-system.sh @@ -15,9 +15,8 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \ "$HOME/.local/share/rhythmbox/rhythmdb.xml" \ "$HOME/.config/keepassxc/keepassxc.ini" \ "$HOME/Documents/certificates/" \ - "$HOME/Documents/recovery_codes/" \ + "$HOME/Documents/security/" \ "$HOME/Documents/identity/" \ - "$HOME/Documents/passwords/" \ "$HOME/Documents/health/" \ "$HOME/Documents/licenses/");