backup
This commit is contained in:
32
tests/robot/fixtures/sample_config.json
Normal file
32
tests/robot/fixtures/sample_config.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "ImportedAniworld",
|
||||
"data_dir": "data",
|
||||
"scheduler": {
|
||||
"enabled": false,
|
||||
"interval_minutes": 60,
|
||||
"schedule_time": "02:00",
|
||||
"schedule_days": ["mon", "tue", "wed", "thu", "fri"],
|
||||
"auto_download_after_rescan": false
|
||||
},
|
||||
"logging": {
|
||||
"level": "DEBUG",
|
||||
"file": "logs/imported.log",
|
||||
"max_bytes": 2097152,
|
||||
"backup_count": 5
|
||||
},
|
||||
"backup": {
|
||||
"enabled": true,
|
||||
"path": "/tmp/imported_backups",
|
||||
"keep_days": 7
|
||||
},
|
||||
"nfo": {
|
||||
"tmdb_api_key": "imported_test_key",
|
||||
"auto_create": true,
|
||||
"download_poster": true,
|
||||
"download_logo": true,
|
||||
"download_fanart": true
|
||||
},
|
||||
"other": {
|
||||
"anime_directory": "/tmp/imported_anime"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user