mirror of
https://github.com/truenas/scale-build.git
synced 2026-02-14 23:18:59 +00:00
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.
This commit is contained in:
@@ -494,6 +494,7 @@ def main():
|
||||
rsync = [
|
||||
"etc/hostid",
|
||||
"data",
|
||||
"home",
|
||||
"root",
|
||||
]
|
||||
if is_freebsd_upgrade:
|
||||
|
||||
Reference in New Issue
Block a user