Which filesystems support hard links (rsync) to backup a Mac?

1

0

I want to make a rsync-style hard-link backup from Mac on an external hard drive, but I cannot decide for a file system. It should be (preferably natively) readable from other operating systems.

Which file systems do support hard links? And which file systems does rsync support (with hard links)?

Thank you in advance.

jojonas

Posted 2012-09-23T15:10:13.850

Reputation: 150

1rsync will support any file system the underlying OS supports. As for your requirement, there are no really good answers, but I might suggest ext2 as an interoperable filesystem because support for it in Linux is (obviously) great and support for it on MacOS is not too bad (with fuse). But you didn't specify which "other operating systems" you need it to be readable from. I think that will make a big difference. – Celada – 2012-09-23T20:58:21.843

I was mainly thinking about Windows, but I guess Linux is fine, too... – jojonas – 2012-09-23T21:56:34.947

MacDrive doesn't seem to support hard links. NTFS doesn't either, I think. Linux reads MacOS disks fine, including hard links, but if you want to read on Windows... – mivk – 2013-03-08T13:37:11.007

No answers