Gane O'dwyer

Employees
  • Posts

    419
  • Joined

  • Last visited

Posts posted by Gane O'dwyer

  1. @ben_ten The link for the app downloading for Android here->https://play.google.com/store/apps/details?id=com.resilio.sync&referrer=utm_source%3Dresilio%26utm_medium%3Ddownloads%26utm_campaign%3Dhome

    Quote

    how can i set resilio sync to work all the time on my android phone ?

    It should work as in the background as in foreground mode. But  perhaps you changed any settings etc. Contact support team please.

  2. You need to add streams names into StreamList file. So, for example if you want to sync well-known "Zone.Identifier" stream, you need to add a line into StreamsList file:

    Zone.Identifier

    StreamsList file syntax supports standard wildcards "" and "?" where "" represents any amount of any symbols and "?" represents singe unknown symbol. So, if you've got multiple Zone.xxxx streams (for example, Zone.Identifier and Zone.InternalData) they can be handled with single entry in StreamsList:

    Zone.*

    StreamsList should be edited on all peers that want to send and receive alt streams / xattrs. If you leave one of peers that does not have your stream included, it is going to:
    a) not receive streams
    b) won't sent them, of course.

    Streams are treated by Sync pretty much like files, so they are going to be passed thru relay server and thru peers that do not support alt streams (these peers will save streams in a special files inside .sync directory).

    Hope it helps.