This change adds support to automatically restore act.dat files from an act.bak backup for any user.
It copies /dev_hdd0/home/00000xxx/exdata/act.bak to /dev_hdd0/home/00000xxx/exdata/act.dat
This simplified version should address the infinite looping from the previous code:
hardcoded loop (from userID=1 to userID=100), no possible infinite loop
copy the file with FsRead/FsWrite , no file linking, no other dependencies
This change adds support to automatically restore
act.dat
files from anact.bak
backup for any user. It copies /dev_hdd0/home/00000xxx/exdata/act.bak to /dev_hdd0/home/00000xxx/exdata/act.datThis simplified version should address the infinite looping from the previous code: