Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 716 Bytes

File metadata and controls

17 lines (15 loc) · 716 Bytes

eud_backup

An application that backs VATEUD databases up daily.

Setup

  • Rename .env.example to .env and change the environment variables.
  • Rename config.yaml.example inside of configs folder to config.yaml and adapt the databases list to your needs.
  • Start the app by running the following command - go run cmd/backup/main.go.
  • To decrypt the file, change directory to scripts. Run go run decrypt_file.go FILE_PATH (change FILE_PATH to the binary file eg. go run decrypt_file.go ../database_backup.bin).