docs(config): 更新.gitignore
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"opacity": 0.8,
|
||||
"blur": 5,
|
||||
"value": "/images/bg.jpg",
|
||||
"type": "image"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"cronExpression": "0 19 * * *",
|
||||
"description": "自动备份",
|
||||
"backupType": "full",
|
||||
"includeFiles": true,
|
||||
"compress": true,
|
||||
"maxCount": 30,
|
||||
"maxAgeDays": 90
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"targets": [],
|
||||
"globalSettings": {
|
||||
"enabled": false,
|
||||
"uploadAfterBackup": false,
|
||||
"deleteLocalAfterUpload": false,
|
||||
"retryCount": 3,
|
||||
"retryDelay": 5000,
|
||||
"timeout": 300000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user