Skip to content

Commit

Permalink
rsync home dir to new boot environment on upgrade (#504)
Browse files Browse the repository at this point in the history
We now store SSH keys for admin user in /home and so we should preserve
it on upgrades.
  • Loading branch information
anodos325 authored Oct 5, 2023
1 parent cfe34cb commit e500ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions truenas_install/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,7 @@ def main():
rsync = [
"etc/hostid",
"data",
"home",
"root",
]
if is_freebsd_upgrade:
Expand Down

0 comments on commit e500ae8

Please sign in to comment.