cinereus Posted June 22, 2020 Posted June 22, 2020 Obviously if files are in use they can't be moved so what commands do you need to shutdown the torrent dockers prior to mover running and then restart them when done? And how do you add these to the mover schedule? Quote
Squid Posted June 24, 2020 Posted June 24, 2020 You would have to do this: Install the mover tuning plugin, and have it set to disable mover running on a schedule Install the user scripts plugin, and create a script that will execute on whatever schedule you want the mover to run docker stop nameOfTorrentContainer /usr/local/sbin/mover docker start nameOfTorrentContainer 1 Quote
cinereus Posted June 29, 2020 Author Posted June 29, 2020 On 6/24/2020 at 1:50 PM, Squid said: You would have to do this: Install the mover tuning plugin, and have it set to disable mover running on a schedule Install the user scripts plugin, and create a script that will execute on whatever schedule you want the mover to run docker stop nameOfTorrentContainer /usr/local/sbin/mover docker start nameOfTorrentContainer Perfect! Thanks very much. To stop mover can you just run "mover stop" or does it have to be "/usr/local/sbin/mover stop"? Quote
Squid Posted June 29, 2020 Posted June 29, 2020 Via user scripts, it has to be /usr/local/sbin/mover stop 1 Quote
cinereus Posted July 5, 2020 Author Posted July 5, 2020 On 6/29/2020 at 11:48 AM, Squid said: Via user scripts, it has to be /usr/local/sbin/mover stop That's perfect, thank you. The only issue I'm still having is how to disable the mover schedule so I can replace it with my own cron schedule. Quote
trurl Posted July 5, 2020 Posted July 5, 2020 2 minutes ago, cinereus said: The only issue I'm still having is how to disable the mover schedule so I can replace it with my own cron schedule. On 6/24/2020 at 8:50 AM, Squid said: Install the mover tuning plugin, and have it set to disable mover running on a schedule 1 Quote
Squid Posted July 5, 2020 Posted July 5, 2020 2 minutes ago, cinereus said: The only issue I'm still having is how to disable the mover schedule so I can replace it with my own cron schedule. Mover Tuning Plugin 1 Quote
cinereus Posted July 5, 2020 Author Posted July 5, 2020 (edited) Thanks, my bad, seems to work. Edited July 5, 2020 by cinereus Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.