Skip to content
Snippets Groups Projects
Commit e065df0a authored by mooney's avatar mooney
Browse files

set_savefile_path() example for the case in which the workstation on

which the software was built mounts the file system by a different name
than the name that the ioc will be able to use.  (E.g., sysadmin takes
advantage of mount command to rename file system from, say,
"/export/home/..." to "/home/...")
parent 4038d7c5
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,8 @@ save_restoreSet_NumSeqFiles(3)
save_restoreSet_SeqPeriodInSeconds(300)
# specify where save files should be
set_savefile_path(startup, "autosave")
#set_savefile_path(startup, "autosave")
set_savefile_path("/export/oxygen4/MOONEY/epics/synApps_T202_E3_14_7_R5_1/support/xxx/iocBoot/iocvxWorks", "autosave")
###
# specify what save files should be restored. Note these files must be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment