carl566

New Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by carl566

  1. Well this is great, yes I cut/paste (so moved not copied) the files on my local RW node here from the Archive back into one of my shares to test. It started indexing locally, and almost instantly the files started showing on the remote encrypted node. I could see there was no significant network traffic and within seconds several GB of files were starting to show up. So I don't think I even need to check the logs, I'm certain it's finding the hash of the files and brining them back out of Archive on the remote encrypted node without having to resend the files. It makes sense as like I'd said I made sure not to change any files and hold fire to see what was best. Thanks for your help, and hopefully this thread helps someone else in the future
  2. Thanks, that was interesting. It does say "To get the deleted file back either restore them from recycle bin, or from Archive on other connected Read-Write peers. " Which I can do, now if I do that would the Encrypted read only node realise it already has these files encrypted in the Archive and copy those back (eliminating the need to download them again) or would it just download them again? I will look again this evening and try and resolve the issue one way or another Thanks
  3. Ok, so good news is no data has actually been lost. But there has been a slight issue and trying to decide the best way to fix it 😐 Was decommissioning a remote UnRaid / Resilio Sync node which is at a friends house the other side of the world, all the data had been sync'd across his local LAN to a new Synology NAS with a new Resilio Sync node. The new NAS had the data encrypted by Resilio Sync. I then disconnected the old Resilio Sync node from my identity, it looked like it had done it but unknown to me it hadn't. I then started deleting out the data from the old server being decommissioned, but it was unknown to me still linked and Resilio Sync and proceeded to think all the data (a lot) was being deleted and moved it to the Archive folders on both the encrypted NAS node and my local node(s) on my laptop etc here local to me. So I now have all this data in Archive, across every node, the problem is if I was to start fresh it would have to transfer TB+ of data back to the remote node. I did a test and tried copying some of the encrypted data that had been moved into Archive back into the main folder on the remote NAS encrypted node, but it instantly moved it back into Archive so didn't recognise it as data it wanted to index. Does this mean there is no other option to allow all this data to be re-encrypted and copied over WAN? I did think of stopping Resilio Sync on the remote encrypted node, then on one of the un-encrypted local nodes moving the data back from Archive and letting it index itself, then on the remote stopped encrypted node moving all the encrypted data from Archive back into the normal share and then starting that node again and seeing if it would index/recognise the encrypted data. But I don't hold much hope of that. FYI there has been no changes to any of the data anywhere, so in theory the encrypted data (I think) should be identical to what would be re-encrypted and synced over fresh. Anyone have any other ideas? Like I say no loss of data which is great, but just seeing if I can get things back correct again without having to wait weeks and sucking up bandwidth to resync fresh. Thanks!
  4. Ok so I have a fairly basic problem I want to solve, I want to pause a specific folder when I'm running a specific application on my Mac. I was hoping to create a simple lightweight shell script that I could schedule every 15-30 minutes (the pause / resume does not have to be instant), which checks for the running application, if it see's it and the folder is set to sync then it hits the API and pauses it. Simple, and then does the reverse if it doesn't see the application running and the folder is paused. It's only for personal use, I'm a developer myself so can normally knock together things like this. But I did have a couple of quick questions: 1. First is this API suitable for this and can pause/unpause a folder on my mac? 2. Does the above basic idea sound feasible 3. Will I have to pay to use this API even though it's such a basic requirement and non commercial? Thanks!