Files
downloads_uploader/downloads_uploader_config.json
2026-04-30 09:02:36 +02:00

21 lines
462 B
JSON

{
"remote_destination": "filez@10.10.8.1:/mnt/ssd2t/shared/torrent/Downloads/",
"ssh_key_path": "",
"ssh_port": 22,
"scan_directory": "/Users/mcer323/Downloads",
"skip_patterns": [
".*",
"*.crdownload",
"*.part",
"*.tmp",
"uploader",
"organizer",
"ORGANIZER_LOG.txt",
"organizer_log*.txt",
"__pycache__"
],
"min_file_age_seconds": 30,
"timeout_seconds": 7200,
"remote_scan_timeout": 120,
"dry_run": false
}