nicopizza

Members
  • Posts

    16
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by nicopizza

  1. I do not really know if there is a setting for this... or if this question has already been asked. Sorry if one of these is the case.

    I use Resilio (Home personal version) to sync some folders between my PC and a WD Mycloud EX4100.

    At the same time, the same folders are synched to my Onedrive account (through symbolic link)...

    Now, it often happens that Onedrive keeps spinning trying to sync the files (probably "TEMP" files or others) in the ".sync" hidden folder.

    Since Onedrive MS support is rather pathetic (they are not able to let people exclude files and folders from the sync process... duh!), I was wondering if it is possible to move the ".sync" hidden folder to another position (and tell Resilio to look for it in that other position), so that Onedrive does not sync it.

    Thanks for any help!

  2. I am using sync app  to sync folders and files between my NAS (a My Cloud EX2) and my 1TB Onedrive account, using my TabletPC as "middleman".

     

    It so happens that, the ".sync" folder - which is a hidden folder in Windows - which is located in every synched folder, shows up in my Onedrive account as a normal/visible folder.

     

    Since it is not possible to hide the folder in Onedrive, I was wondering if it is possible to "centralize" the .sync folder (have one of them for all synched folders) and to place it outside the folders that are being synched, so that it does not show up every here and there.

  3. I would add to the list the WD MyCloud family: I am using BtSync app on the WD MyCloud EX2 (using the app for ARM), but I know of people using it on MyCloud and on MyCloud EX4.

    Install is pretty straightforward, the only issue is the limited options available on the WebGUI. Of course one could install the btsync.bin with the .config and tweak the config options there, but it would be great to have more - if not all - the options available on GUI.

    I say this because the WD MyCloud devices (at least my EX2 device, but others complain too) do not sleep when btsync is running... and perhaps the only way of allowing the device to sleep is to set a higher value for folder_rescan_interval (which one can set only on the .config file).

    Finally, it would be great if BitTorrent and WD get along and cook up an app specific for the devices MyCloud EX4 and EX2, whose dashboards now have a page dedicated to installing third party apps... but perhaps I am just dreaming...

  4. Thank you again!

    I am just a novice to Debian, so I still find it difficult to understand everything...

    So, if I got it right, at the end of the day, I just need to execute the btsync.bin with the "--config btsync.config" bit at the end of the line (I just used the --dump-sample-config to get the config file and add the "folder_rescan_interval" setting).

     

    Two questions, if I may:

    - Should I keep the btsync.bin and btsync.config somewhere in my NAS (other than in a share, like Public share, but rather in a place like /usr/sbin)?

    - I do not get what you mean by: "I'd advise to config your shares directly in the config files, or you won't have one."

    Thank you so much again!

  5. { "device_name": "MyCloud", "listening_port" : 0,                       // 0 - randomize port "check_for_updates" : true, "use_upnp" : true, "download_limit" : 0, "upload_limit" : 0, "folder_rescan_interval" : 10800, "lan_encrypt_data" : false, "rate_limit_local_peers" : true, "lan_use_tcp" : true,//"use_relay_server" : false,//"use_tracker" : false,//"use_dht" : false,}  

    So, I did a little study:

    The one above could be the btsync.config :

     

    And now for the command... well, I dunno... perhaps, assuming that both btsync.bin and btsync.config are located in \shares\Public\, something like:

    chmod +x /shares/Public/btsync

    /shares/Public/./btsync --config <btsync.config>

     

    Do you think this could work?

    Ok, spoke too soon... the User Guide is very helpful in dealing with this... I suggest everybody interested in this to read it...