-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
On some clusters, some partitions are faster... but time-limited. It would be good to have an archive option, where experiments and their jobs would be moved (when successful) to another location. Optionally, this folder can be used as a recovery when deleted from the main location.
In details:
- Add
backup_folderinWorkspaceSettingswith apathattribute (so that we can add later others) - Whenever a job finishes, copy all the files except experimaestro related (except the dynamic outputs file which should be preserved). Have a submit option (
backup=False) that prevents this behavior. - If at some point a job was deleted but can be recovered, copy it back from backup (and add
.doneto mark it as done when copy is over) - Add CLI options (e.g. orphans) to include backup (true by default); add also this to the TUI interface
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request