Skip to content
Snippets Groups Projects
Commit 743fb536 authored by klang's avatar klang
Browse files

Change save/restore to automatically find autosave folder.

parent 507717e9
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,11 @@
# path as mounted by that file
# That is, do this...
#set_savefile_path(startup, "autosave")
set_savefile_path("$(STARTUP)", "autosave")
# ... or this...
save_restoreSet_NFSHost("oxygen", "164.54.22.10")
set_savefile_path("/export/oxygen4/MOONEY/epics/synApps/support/xxx/iocBoot/iocvxWorks", "autosave")
#save_restoreSet_NFSHost("oxygen", "164.54.22.10")
#set_savefile_path("/export/oxygen4/MOONEY/epics/synApps/support/xxx/iocBoot/iocvxWorks", "autosave")
# status PVs: default is to use them
#save_restoreSet_UseStatusPVs(1)
......
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