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


Recommended Posts

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
Link to comment
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"?

Link to comment
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
Link to comment

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.