NAS filesystem that supports hard links

Karl Auer kauer at biplane.com.au
Fri Jul 28 12:41:46 UTC 2017


On Fri, 2017-07-28 at 12:16 +0000, Tony Arnold wrote:
> The solution was to use SSH, which is an option in Backintime (I
> think it required sshfs to be installed on the client). I'm doing
> this from Linux, not a Mac, so I don't know what your options are.

The trick is to make the linking happen locally on the NAS, i.e., get
the NAS to make the hard link. I think that's why sshfs worked, because
the call to make a hard link was then executed on the NAS, rather than
managed by the client.

rsync works by talking to a copy of rsync on the NAS, so it should work
similarly with rsync (and the transport is probably irrelevant, but
pretty much everyone uses ssh transport anyway).

I use Synology NASes at various locations and I have implemented rsync-
style solutions that save massive amounts of space by using hard
linking.

Most NASes these days are running some variant of Linux, so hard
linking should not be a problem for them.

Regards, K.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Karl Auer (kauer at biplane.com.au)
http://www.biplane.com.au/kauer
http://twitter.com/kauer389

GPG fingerprint: A52E F6B9 708B 51C4 85E6 1634 0571 ADF9 3C1C 6A3A
Old fingerprint: E00D 64ED 9C6A 8605 21E0 0ED0 EE64 2BEE CBCB C38B






More information about the ubuntu-users mailing list