vpetersson

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by vpetersson

  1. When you say "Finder-files", are you referring to OS X extended attributes, aka xattr? If so, you should be working with the StreamsList, not the IgnoreList. See http://sync-help.bittorrent.com/customer/portal/articles/1682051-alt-streams-and-xattrs-in-sync

     

    Oh, thanks. I did not know that.

     

    That said, wouldn't it make more sense to *exclude* the xattr files by default? My guess is that for the vast majority of the users, this is just useless overhead. Afterall, OS X will automatically generate these files on-demeand.

    Wow. Ok, so just merely minutes after removing the files from my StreamsList-file, the nodes got all in sync. Much appreciated @trevellyan.

  2. In my setup, I have two laptops and two servers that I sync. One of the servers I sync with is in the cloud, and it is using encrypted keys. At first it seemed to work fine, but as it turns out, it started to choke on the Finder-files (which are still not in the default exclude list for some crazy reason despite being raised here in numerous threads for a long time). 

     

    The normal remedy for this would be to add them to the IgnoreList. The problem however is that I have already added them there. Despite that, they keep syncing.

     

    If I add files to '.sync/IgnoreList', shouldn't they be excluded by the *sending* device as well as the receiving device? I.e. I can either chose to exclude a file on the sending device *or* on the receiving device. If it's added to the sending device, it should never make it to the receiving device.

  3. I'd suggest we add the following:

     

    # Finder related files

    com.apple.FinderInfo
    com.apple.metadata:_kMDItemUserTags
    com.apple.ResourceFork
    com.apple.metadata:kMDItemFinderComment
    com.apple.metadata:kMDItemStarRating
    com.apple.metadata:kMDItemOMUserTagTime
    com.apple.metadata:kMDItemOMUserTags
    com.apple.metadata:kMDItemOMUserTagTime
     
    # Vim swap files
    *.swp
     
     
    Without excluding the Finder files, the sync is in a constant sync state for me.
  4. Ever since I started using BittorrentSync more actively, it has bugged me that the it has been syncing more or less constantly from my laptop (which I stream to two servers for backups).

     

    Yesterday I dug into it to see what it was actually doing, and noticed that there were two Finder items that was missing from the SyncIgnore list.

    com.apple.FinderInfocom.apple.ResourceFork 

    After adding these two items to my ignore files stopped syncing constantly and behave a lot more sane.

     

    I'm not sure if it is a Mavericks only thing, but I'm running on 10.9.3.