fcorbelli / zpaqfranz

Deduplicating archiver with encryption and paranoid-level tests. Swiss army knife for the serious backup and disaster recovery manager. Ransomware neutralizer. Win/Linux/Unix
MIT License
259 stars 22 forks source link

feature request: add FUSE mount option #89

Open joseffrank opened 8 months ago

joseffrank commented 8 months ago

some command line backup programs allow the user to mount the backup repository via FUSE (at least for linux); see e.g. the respective commands in restic or borg. This then enables to browse it like an ordinary file system with OS integrated standard tools.

Would something similar be possible for zpaqfranz? I.e. provide read access to the user via FUSE mounting the archive?

This would greatly enhance the possibility to quickly search for file names contained in the archive or even do a full text search in archived text files while simultaneously avoiding the need to explicitly extract them temporarily one by one...

fcorbelli commented 8 months ago

This require a lot of work And the brand new (next build) filelist fast

Short version: in the future, yes, I'll try But a technical issue must be handled (aka read archive with i blocks) Very hard (with backward compatibility), but doable

Thanks for your suggestion