Open
Description
In ticket #340 is clearly written the need to persist the home directory of a user. Like you answered this can have many side effects.
We store at the moment as a workaround some config directories like gcloud, 1password-cli,... folder via a simple
generate targz -> base64 encode without word wrap -> store in gitpod ENV
and in the startup of the workspace just vice versa.
This works for small files quite well but is not very nice and not handy for larger files.
Please introduce the methods
gp store [ENV VAR Name] [FILE/FOLDER]
gp restore [ENV VAR Name] [FILE/FOLDER]
AND add in the sections for the management in the user settings like the environment variables, so that you can see and delete stored FILES/FOLDERS