SaintAlfonzo

Members
  • Posts

    1
  • Joined

  • Last visited

SaintAlfonzo's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I had this same issue and found a solution here: https://github.com/linuxserver/docker-resilio-sync/issues/7 I'm totally new to all of this so, to be clear, here are the steps I made: Update power user preferences in web-ui Run the following code in unRAID terminal: sudo docker exec resilio-sync /bin/bash -c 'kill $(pidof rslsync)' To test, I restarted my Resilio docker and verified the settings were saved. I changed my rescan interval to 86400 (one day). Also set config_refresh_interval, config_save_interval to the same value (as per this link). I have to wait to see if this allows my drives to sleep. My current sync is 30% complete. I feel like it should still sleep because the server sending to me is only scheduled to work from 10 PM to 8 AM (it's 4 PM now), but it may just keep the drive active while it waits. After my initial sync is complete I'm going to toy with the idea of rescanning once per week. According to this Resilio article it's really just a backup check. I'm amazed it's this difficult to change. I'm syncing a few TB and I don't think that's uncommon.