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.

Hard links being reported as apparent disk usage

Featured Replies

Hello,

I have a daily backup script on my linux mint laptop to a share on unraid (excerpt below if helpful) that works by creating a hard-link to the previous days backup. My understanding here is that by doing this each unique file is only stored once and then just a series of hard-links which don't take up additional space is used.

However, on unraid dashboard the disk usages graphs seem to look at apparent/logical size and not actual size. I confirmed this by deleting some older backups. Is there a way to change this reporting behavior?

# Where to store today's backup

DEST="$DESTBASE/$(date +%Y-%m-%d)"

# Where to find yesterday's backup

YESTERDAY="$DESTBASE/$(date -d yesterday +%Y-%m-%d)/"

# Use yesterday's backup as the incremental base if it exists

if [ -d "$YESTERDAY" ]

then

OPTS="--link-dest $YESTERDAY"

fi

# Run the rsync

rsync -av $OPTS "$SOURCE" "$DEST"

  • Community Expert
20 hours ago, darwinsbeard said:

on unraid dashboard the disk usages graphs seem to look at apparent/logical size and not actual size.

It should report the actual size, compare with df -h

  • Community Expert

You might want to verify your hardlinks are working using something like "czkawka" from the CA app store

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

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.