# Functions
CreateBackupFile creates a backup file from the database contents
YOU NEED TO CLOSE THE RETURNED FILE.
Restore restores a s3 backup to the mongodb database.
StartScheduleOptionsFromEnv creates the StartScheduleOptions from the environment variables.
StartsSchedule starts the cron job for creating the backups The backupMasterKey is used to encrypt the backup files generated.
# Structs
StartScheduleOptions are the options required to run StartsSchedule All fields are required to start the backup schedule.