Skip to content

Instantly share code, notes, and snippets.

@mkhuzaima
Created June 6, 2022 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mkhuzaima/401553070c42f849310575565b427627 to your computer and use it in GitHub Desktop.
Save mkhuzaima/401553070c42f849310575565b427627 to your computer and use it in GitHub Desktop.
Stack Overflow json corrected
{
"core": {
"dry_run": false,
"rclone_binary_path": "/usr/bin/rclone",
"rclone_config_path": "/home/smurf/.config/rclone/rclone.conf"
},
"hidden": {
"/mnt/local/.unionfs-fuse": {
"hidden_remotes": [
"td-02",
"td-01"
]
}
},
"notifications": {},
"nzbget": {
"enabled": false,
"url": "XXXXXXXXXXXXX"
},
"plex": {
"enabled": true,
"ignore_local_streams": true,
"max_streams_before_throttle": 1,
"notifications": false,
"poll_interval": 60,
"rclone": {
"throttle_speeds": {
"1": "80M",
"2": "70M",
"3": "60M",
"4": "50M",
"5": "10M"
},
"url": "http://localhost:7949"
},
"token": "XXXXXXXXXX",
"url": "https://plex.XXXXXXXXXX"
},
"remotes": {
"google": {
"hidden_remote": "td-02:",
"rclone_command": "move",
"rclone_excludes": [
"**partial~",
"**_HIDDEN~",
".unionfs/**",
".unionfs-fuse/**",
".fuse_hidden**"
],
"rclone_extras": {
"--checkers": 16,
"--drive-chunk-size": "128M",
"--low-level-retries": 2,
"--retries": 1,
"--skip-links": null,
"--stats": "60s",
"--transfers": 8,
"--user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36",
"--verbose": 1
},
"rclone_sleeps": {
" 0/s,": {
"count": 16,
"sleep": 25,
"timeout": 62
},
"Failed to copy: googleapi: Error 403: User rate limit exceeded": {
"count": 15,
"sleep": 40,
"timeout": 7200
}
},
"remove_empty_dir_depth": 2,
"sync_remote": "td-02:/Tv2",
"upload_folder": "/mnt/local/Tv2",
"upload_remote": "td-02:/Tv2"
},
"syncer": {},
"uploader": {
"google": {
"check_interval": 2,
"exclude_open_files": false,
"max_size_gb": 2,
"opened_excludes": [
"/downloads/"
],
"service_account_path": "/opt/KEYS",
"size_excludes": [
"downloads/*"
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment