Finished backup service draft

This commit is contained in:
2026-01-17 17:41:39 +01:00
commit 881ec1c0ec
17 changed files with 431 additions and 0 deletions

19
appsettings.json Normal file
View File

@@ -0,0 +1,19 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Schedule": "0 * * * *",
"UploadRoot": "Backups",
"LocalRoot": "/backups",
"IncludeFile": "/backups/include.txt",
"KeepLast": 30,
"TenantId": "",
"ClientId": "",
"ClientSecret": "",
"UserId": ""
}