Skip to content

Commit

Permalink
autosave: drop autosave subdirectory in save path
Browse files Browse the repository at this point in the history
This subdirectory was initially thought as a way to have a proper
namespace for autosave files among runtime variable data handled by the
IOC. It turns out though that no other data is actually generated. Drop
such namespace, as already expected by deploy scripts [1].

[1] lnls-dig/bpm-app@e6670fe
  • Loading branch information
henriquesimoes committed Oct 10, 2024
1 parent ca758c4 commit ffc51c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iocBoot/iocBPMRFFEApp/save_restore.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ save_restoreSet_DatedBackupFiles(1)
save_restoreSet_NumSeqFiles(3)
save_restoreSet_SeqPeriodInSeconds(300)

set_savefile_path("/var/opt/rffe-epics-ioc", "autosave")
set_savefile_path("/var/opt/rffe-epics-ioc", "")

set_pass0_restoreFile("$(P)$(R)_settings.sav")
set_pass1_restoreFile("$(P)$(R)_settings.sav")
Expand Down

0 comments on commit ffc51c7

Please sign in to comment.