From f902e2a98fa94b0ae9bb647115a0816da60b6cc3 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Sun, 6 Oct 2019 22:06:39 +0200 Subject: [PATCH] Added backup of identity information --- scripts/import-data-from-system.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/import-data-from-system.sh b/scripts/import-data-from-system.sh index aeab18a..13fd41f 100644 --- a/scripts/import-data-from-system.sh +++ b/scripts/import-data-from-system.sh @@ -17,6 +17,7 @@ declare -a BACKUP_LIST=("$HOME/.ssh/" \ "$HOME/.atom/config.cson" \ "$HOME/Documents/certificates/" \ "$HOME/Documents/recovery_codes/" \ + "$HOME/Documents/identity/" \ "$HOME/Documents/passwords/" \ "$HOME/.config/dconf/user" \ "$HOME/.local/share/rhythmbox/rhythmdb.xml" \