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.

Feature request: Support for ignoring files older than n hours in mover script

Featured Replies

This would be extremely useful for many users I suspect, as whenever I add a file to my system I usually make changes to it for the next 24/48 hours. The current setup defeats the purpose of avoiding fragmentation for me, as in some circumstances the mover script will move a file only a few minutes after it's been added to the cache drive.

 

This should be as simple as adding the -aamin or -mmin flags to the script, and I currently do this which works nicely. But it's rather ugly because I have to rewrite the mover script on every reboot. And it would be nice to add GUI support for it.

Why not copy the rewritten file to your flash drive, then have it copied from flash to the default location via the go script?

 

Not as simple as you'd like but it effectively reduces your workload regarding this feature.

This could be accomplished with some changes to the mover.

 

Such as a

 

at start of shell

. /boot/conf/mover.preamble.sh

 

Then in that shell add a variable in the preamble script called

 

 

FIND_OPTS=""

 

then in the find line add that variable definition.

also adding a

 

. /boot/conf/mover.postamble.sh

 

or some derivative.

Then we can hook into mover without changing it that much.

 

  • Author

Why not copy the rewritten file to your flash drive, then have it copied from flash to the default location via the go script?

 

Not as simple as you'd like but it effectively reduces your workload regarding this feature.

 

That's my current set up now, but I imagine other users aren't as confident as I am modifying the mover script and setting up the go file.

 

This could be accomplished with some changes to the mover.

 

Such as a

 

at start of shell

. /boot/conf/mover.preamble.sh

 

Then in that shell add a variable in the preamble script called

 

 

FIND_OPTS=""

 

then in the find line add that variable definition.

also adding a

 

. /boot/conf/mover.postamble.sh

 

or some derivative.

Then we can hook into mover without changing it that much.

 

That would be a great solution. That way it's optional for users who don't want that feature.

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.