Skip to content

Truebit OS does not delete temp folders of old tasks #13

Description

@medoledltd

Truebit OS does not seem to delete the temporary folders created for tasks. It could be a configuration option to delete the folders after x number of days, either during startup of Truebit OS or during task execution. Example to delete folders older than 3 days:
find /truebit-eth -name 'tmp.*' -type d -daystart -mtime +3 -delete

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions