fdupoux / fsarchiver

file system archiver for linux
http://www.fsarchiver.org
GNU General Public License v2.0
263 stars 42 forks source link

ZFS support #90

Closed fmitha closed 4 years ago

fmitha commented 4 years ago

I've used FSArchiver over many years, though not very often. Usually when doing a backup and restore for a new installation.

I just looked at the http://www.fsarchiver.org/partimage/ and ZFS is not mentioned. It's not mentioned elsewhere on the FSArchiver site either. I'm thinking of switching to ZFS at some point, and so I was wondering if ZFS is not supported, or the documentation just forgot to mention it.

If it is not supported, what is the problem, and is it possible support might arrive at some point?

fdupoux commented 4 years ago

No there is no plan to add support for ZFS. If you use ZFS you should consider using the send/receive tools instead.

fmitha commented 4 years ago

Thank you for the reply. Do you not provide support for ZFS, because ZFS has alternatives which make FSArchiver suppport unnecessary, or because it is too much work, or for some other reason?

fdupoux commented 4 years ago

ZFS does not work like other Linux file systems so it would be challenging to make it work, and fsarchiver would not understand ZFS features such as snapshots. Any there would be no real point as the send/receive tools are a much better way to backup/restore ZFS file systems. So it would be a lot of work for very little value.

fmitha commented 4 years ago

Ok. Thank you for the clarification.