-
Notifications
You must be signed in to change notification settings - Fork 6
Archive experiments #55
Copy link
Copy link
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
foldersinWorkspaceSettingswith- a
pathattribute (so that we can add later others) - a
backupattribute (false by default => when true, we copy after completion)
- a
- Whenever a job finishes, if
backupistrue, 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
- We need to take care of paths: on copy, we make them relative to the destination folder (if they were relative path in the original workspace)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request