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.

using rsync to create a backup of plugin directories

Featured Replies

Unraid 5.0.4.

 

Hello all!

I'm trying to use rsync to make a copy of /mnt/cache/apps which is where I keep the various "stuff" used in various plugins I'm using (plex, denyhosts, sab, sick, couch etc) on a protected share.

I'm running:

rsync --archive --one-file-system --hard-links \
      --verbose --progress --itemize-changes   \
      --human-readable --numeric-ids --delete  \
      --exclude-from=excludes.txt   --link-dest=/mnt/user/protect/cachdrivebackup/2  \
      /mnt/cache/apps/ /mnt/user/protect/cachdrivebackup/1/

.. and then I'll rotate a few directories which should contain hard links so I can keep a few copies over time.

 

but I get:

rsync: link "/mnt/user/protect/cachdrivebackup/1/Plex/library/snipepd" => /mnt/user/protect/cachdrivebackup/2/Plex/library/snipped failed: Function not implemented (38)

 

So I tried to make the hard links manually with cp -al but still get Function not implemented.  Does this mean that the filesystem doesn't support hard links?

 

 

 

I tried to make the hard links manually with cp -al but still get Function not implemented.  Does this mean that the filesystem doesn't support hard links?

 

if you are doing it on the usershare, it is not implemented. You may need to send a note to tom about that.

It will work on a direct disk mount point i.e.

 

/mnt/disk#/protect/...

 

A User share may span multiple disks so I don't think hard links will ever work. They should work fine on a Disk share.

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.