You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Sometimes users add large files to workspaces at runtime, use them, and then delete them, to avoid backing up the files to Gitpod.
Keeping the backup size smaller helps keep workspace restarts fast, because then we do not have to download and untar unnecessary files from object storage.
Describe the behaviour you'd like
Provide a means to exclude file patterns from the backup of /workspace
Describe alternatives you've considered
Add the files to your .gitignore and delete them before stopping your workspace
Implement a pre-stop task, and delete files as part of that task
Additional context
leeway run dev:preview persists 20GB to the file system, but, we do not want to back it up, as an example
The text was updated successfully, but these errors were encountered:
@atduarte how would you like this experience to work? I can see us allowing users to exclude files from the backup via .gitpod.yml. Another option would be to allow users to define pre-stop tasks.
Is your feature request related to a problem? Please describe
Sometimes users add large files to workspaces at runtime, use them, and then delete them, to avoid backing up the files to Gitpod.
Keeping the backup size smaller helps keep workspace restarts fast, because then we do not have to download and untar unnecessary files from object storage.
Describe the behaviour you'd like
Provide a means to exclude file patterns from the backup of
/workspace
Describe alternatives you've considered
.gitignore
and delete them before stopping your workspaceAdditional context
leeway run dev:preview
persists 20GB to the file system, but, we do not want to back it up, as an exampleThe text was updated successfully, but these errors were encountered: