Search the Community
Showing results for tags 'advanced'.
-
Hi How might one reduce to amount of logging which accumulates in day-to-day operation of my Pi? My SD card isn't very large, and I'm concerned that the constant activity generated by Sync might consume more that its fair share of storage. I assume thing like log TTL or other variables related to the retention of log files / journals have a variable somewhere. Where would I find this variable in Debian / OSMC? These more granular variables don't seem to appear in the web GUI. Cheers, Geoff.
- 3 replies
-
- raspberry pi
- nano
- (and 7 more)
-
I dumped the sample configuration, and it says this: // Advanced preferences can be added to config file. // Info is available in BitTorrent Sync User Guide. So I pulled the options from the guide, and attempted to add them to the config file (using the ppa from here). I'm no JSON expert, but I fail to see where I'm going wrong: { "pid_file" : ".btsync.pid", "storage_path" : ".btsync", "listening_port" : 0, "check_for_updates" : true, "use_upnp" : true, "download_limit" : 0, "upload_limit" : 0, “disk_low_priority” : true, “lan_encrypt_data” : false, “lan_use_tcp” : true, “rate_limit_local_peers” : false, "webui" : { "listen" : "127.0.0.1:9999" } } When starting with those options I get the following error: Error while parsing config file: Unexpected end of config file (are you missing '}') ? If I delete the 4 "advanced" options, it works again. Are they supposed to go in their own section? If so, what does that look like? TIA, Peter
- 9 replies
-
- linux
- configuration
-
(and 1 more)
Tagged with: