From e500ae81fd69c72ad837a1fb21f28fefcad6e499 Mon Sep 17 00:00:00 2001 From: Andrew Walker Date: Thu, 5 Oct 2023 14:46:46 -0400 Subject: [PATCH] rsync home dir to new boot environment on upgrade (#504) We now store SSH keys for admin user in /home and so we should preserve it on upgrades. --- truenas_install/__main__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/truenas_install/__main__.py b/truenas_install/__main__.py index 4df2e85..7cbdc63 100644 --- a/truenas_install/__main__.py +++ b/truenas_install/__main__.py @@ -494,6 +494,7 @@ def main(): rsync = [ "etc/hostid", "data", + "home", "root", ] if is_freebsd_upgrade: