# The location where the backup is placed: backup_dir="/dev/shm/" # Determines if backup should be taken of the DINGO-Stack database: backup_dingo_stack_database=true # Name given to the backup of the DINGO-Stack database: backup_file="DinGo.db" # The web-service call to backup the DINGO-Stack database: backup_url="http://localhost/bacnetws/dingo-system/backup-database?alt=json" # Determines if backup should be taken of the DINGO-Stack database: backup_lorawan_server_database=true # Name given to the backup of the DINGO-LoRaWAN-Server database: lorawan_backup_file="dingo-lorawan-server.db" # The web-service call to backup the DINGO-LoRaWAN-Server database: lorawan_backup_url="http://localhost/bacnetws/dingo-system/backup-dingo-lorawan-server-database?alt=json" # The number of backup rotations: backup_rotations=5 # Determines if the backup file should be compressed before upload: use_compression=true # FTP settings: # Contact Go-IoT to get a username, password and FTP-directory on Go-IoT´s FTP server. upload_to_ftp=true ftp_username="your_username" ftp_password="your_password" ftp_server="82.221.35.195" ftp_dir="/SiteBackups/CustomerDir"