Skip to content

An application that we use to backup our databases.

Notifications You must be signed in to change notification settings

VATEUD/eud_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).
  • About

    An application that we use to backup our databases.

    Resources

    Stars

    Watchers

    Forks