diff --git a/iocBoot/iocxxx/common/save_restore.cmd b/iocBoot/iocxxx/common/save_restore.cmd
index 080a93846c0c4bb929f44c83a208a8d438738a9c..e0b2336c9d1dfdca1e9b1bdeea581a6629984ee9 100644
--- a/iocBoot/iocxxx/common/save_restore.cmd
+++ b/iocBoot/iocxxx/common/save_restore.cmd
@@ -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)