January 10, 201412 yr 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?
January 10, 201412 yr 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/...
January 10, 201412 yr 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.