Jump to content

How to make mover stop torrent dockers before and start after?


Recommended Posts

Posted

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? 

Posted

You would have to do this:

 

  1. Install the mover tuning plugin, and have it set to disable mover running on a schedule
  2. 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

 

  • Like 1
Posted
On 6/24/2020 at 1:50 PM, Squid said:

You would have to do this:

 

  1. Install the mover tuning plugin, and have it set to disable mover running on a schedule
  2. 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"?

Posted
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.

Posted
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

 

 

  • Like 1
Posted
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

  • Like 1

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...