Skip to content

Environment variable backup #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2217092594 opened this issue Sep 17, 2023 · 1 comment
Open

Environment variable backup #58

2217092594 opened this issue Sep 17, 2023 · 1 comment

Comments

@2217092594
Copy link

I believe adding a backup feature would be a good idea!

The situation is like this: I have personally implemented a similar feature, but due to my limited skills, it caused all of my system's PATH environment variables to be lost. This resulted in a significant loss of time and effort for me, so I can deeply relate to this issue.

As for the trigger for backups, it could be whenever there is a change in the variables or scheduled backups. The backup methods can include full backups, incremental backups, or differential backups. However, in the case of Java environment variables, I think a full backup mode would suffice since it wouldn't occupy too much space.

The above is just a small suggestion from my side. I hope to receive a response regarding this matter.

@FelixSelter
Copy link
Owner

This sound useful and will be implemented in jvenv the successor of jenv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants