Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Is it possible to disable the mover script? [SOLVED]

Featured Replies

I write all my files to disk shares and keep some temp files on the cache drive.

 

I don't want to rename directories on the cache drive and have no use for the mover script. Is there an easy way to disable it?

 

Cheers,

 

Neil.

I write all my files to disk shares and keep some temp files on the cache drive.

 

I don't want to rename directories on the cache drive and have no use for the mover script. Is there an easy way to disable it?

 

Cheers,

 

Neil.

Yes...

 

Type:

mv /usr/local/sbin/mover /usr/local/sbin/mover.old

 

Put the same line in your "config/go" script.

 

with the script renamed, it will never be run.

  • Author

Thanks Joe. In the go script it goes!

This is how I did it. Basically it removes the scheduled job and leaves the script.

 

 

crontab -l | grep -v /usr/local/sbin/mover | grep -v -w mover > /tmp/.rootcrontab_

crontab /tmp/.rootcrontab_

/usr/bin/rm -f /tmp/.rootcrontab_

This is how I did it. Basically it removes the scheduled job and leaves the script.

 

 

crontab -l | grep -v /usr/local/sbin/mover | grep -v -w mover > /tmp/.rootcrontab_

crontab /tmp/.rootcrontab_

/usr/bin/rm -f /tmp/.rootcrontab_

You need one more step.  Otherwise, unRAID will overwrite your changes if it makes another change

 

crontab -l | grep -v /usr/local/sbin/mover | grep -v -w mover > /tmp/.rootcrontab_

crontab /tmp/.rootcrontab_

cp /tmp/.rootcrontab_  /var/spool/cron/crontabs/root-

/usr/bin/rm -f /tmp/.rootcrontab_

This works too.  Short and sweet!

 

echo ; >/usr/local/sbin/mover

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.