https://github.com/otthe/env-var-backup
System environment variable backup script
https://github.com/otthe/env-var-backup
backup go json tools
Last synced: 2 months ago
JSON representation
System environment variable backup script
- Host: GitHub
- URL: https://github.com/otthe/env-var-backup
- Owner: otthe
- Created: 2023-07-13T17:07:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T17:41:47.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T08:11:27.103Z (4 months ago)
- Topics: backup, go, json, tools
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Environment variable backup
Creates JSON formatted backup file of your systems environment variables. Filename is "env.json" and it will be created to the same directory as this program.
## Commands:
go build -> compile the code into an executable.
go run main.go -> compile and execute