backup to s3, backup intervals

This commit is contained in:
Barry Deen
2024-09-23 12:14:21 -04:00
parent c561e3dde5
commit 93b8466c08
7 changed files with 208 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ func main() {
go refreshTrustNetwork()
go subscribeInbox()
go backupDatabase()
handler := http.HandlerFunc(dynamicRelayHandler)