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.

cleaning up cache drive directories - is there a way?

Featured Replies

My search foo escapes me - spent about an hour looking for how to clean up the cache drive directory structure..is there a way?  (NOOB ALERT!)

 

I know in the Release Notes it states that this is the way it is - just wondering if there's a way to do it.

Here is an easy way.  From telnet session or console type this:

 

cd /mnt/cache
find . -type d -empty -delete

 

You can "test drive" the command first by typing this sequence:

 

Change to the 'root' of the folder structure you want to work on:

cd /mnt/cache

 

List all files & directories:

find .

 

List all directories only:

find . -type d

 

List all empty directories only:

find . -type d -empty

 

Delete all empty directories:

find . -type d -empty -delete

 

Another useful command is 'tree'.  This will produced a colored "tree view" of all files/directories:

 

cd /mnt/cache
tree

 

Replying to my own post.... I should add that the 'mover' script in 4.5-beta5 has been modified to include this cleanup of the cache disk directories.

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.