Aaron Ellington

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Aaron Ellington

  1. @Helen Where will the partial downloads be stored in 2.4 and above? @iswrong I can stop it before taking the snapshot then start it again. But I would still have the problem of stopping the sync while it's in the middle of syncing. How would you solve that problem?
  2. That may be something though. I can have my script check to see the the directory has any files with the .bts extension before taking the zfs snapshot. I think that would work just fine. I'll test it out and let you know if that works well enough or not. From looking at on of my shares it appears that .bts is a tmp extension. Is that the only one I should check for, or are there more?
  3. Is it possible to tell is a folder is fully synced/currently syncing or not from command line/bash? Background: My shared folders are zfs filesystems on my Ubuntu 16.04 server and I want to setup a cron job to take a zfs snapshot as long as a btsync is not currently syncing with a peer. Thanks in advance for your help!