Using Attended Sysupgrade, will it keep my files that I created in /root/*?

I see that in "Flash operations" -> Configuration you can set files, directories to save during upgrade, but don't see this on "Attended Sysupgrade" page, does it use these same options?

You can add files or directories to the backup by appending them to /etc/sysupgrade.conf. Test that you are keeping the right files with sysupgrade -l | grep something. Attended Sysupgrade and CLI auc both use this same list.

$ cat /etc/sysupgrade.conf
## This file contains files and directories that should
## be preserved during an upgrade.

# /etc/example.conf
# /etc/openvpn/
/root/bin/
/root/.config/
/root/.vim*

$ sysupgrade -l | grep vim
/root/.vim/syntax/sh.vim
/root/.viminfo
/root/.vimrc