62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
|
{
|
||
|
"core": {
|
||
|
"dry_run": false,
|
||
|
"rclone_binary_path": "/usr/bin/rclone",
|
||
|
"rclone_config_path": "/srv/etc/rclone.conf"
|
||
|
},
|
||
|
"hidden": {
|
||
|
"/mnt/.media.cache/.unionfs": {
|
||
|
"hidden_remotes": [
|
||
|
"google"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"notifications": {},
|
||
|
"remotes": {
|
||
|
"google": {
|
||
|
"hidden_remote": "GoogleDriveCrypt:",
|
||
|
"rclone_command": "move",
|
||
|
"rclone_excludes": [
|
||
|
"**partial~",
|
||
|
"**_HIDDEN~",
|
||
|
".unionfs/**"
|
||
|
],
|
||
|
"rclone_extras": {
|
||
|
"--bwlimit": "23:00,off 07:00,1M",
|
||
|
"--checkers": 16,
|
||
|
"--drive-chunk-size": "64M",
|
||
|
"--skip-links": null,
|
||
|
"--stats": "60s",
|
||
|
"--transfers": 4,
|
||
|
"--verbose": 1
|
||
|
},
|
||
|
"rclone_sleeps": {
|
||
|
"Failed to copy: googleapi: Error 403: User rate limit exceeded": {
|
||
|
"count": 5,
|
||
|
"sleep": 25,
|
||
|
"timeout": 3600
|
||
|
}
|
||
|
},
|
||
|
"remove_empty_dir_depth": 2,
|
||
|
"sync_remote": "GoogleDriveCrypt:",
|
||
|
"upload_folder": "/mnt/.media.cache",
|
||
|
"upload_remote": "GoogleDriveCloudplowUpload:"
|
||
|
}
|
||
|
},
|
||
|
"syncer": {},
|
||
|
"uploader": {
|
||
|
"google": {
|
||
|
"check_interval": 1,
|
||
|
"exclude_open_files": true,
|
||
|
"max_size_gb": 10,
|
||
|
"opened_excludes": [],
|
||
|
"schedule": {
|
||
|
"allowed_from": "04:00",
|
||
|
"allowed_until": "08:00",
|
||
|
"enabled": false
|
||
|
},
|
||
|
"size_excludes": []
|
||
|
}
|
||
|
}
|
||
|
}
|