Linux NILFS file system: automatic continuous snapshots
1–10 of 158 posts
Re: Linux NILFS file system: automatic continuous snapshots
#2Re: Linux NILFS file system: automatic continuous snapshots
#3Re: Linux NILFS file system: automatic continuous snapshots
#4Re: Linux NILFS file system: automatic continuous snapshots
#5How does this compare to ZFS + cron to create snapshots every X minutes?
It does without a performance penalty compared to other logging filesystems.
And without using additional space forever. The backlog rotates forward continuously.
It's a really unique feature that makes a lot of sense for desktop use, where you might want to recover files that were created and deleted after a short time.
Re: Linux NILFS file system: automatic continuous snapshots
#6How does this compare to ZFS + cron to create snapshots every X minutes?
There is no comparison. NILFS provides *continuous* snaphots, so you can inspect and rollback changes as needed. It does without a performance penalty compared to other logging filesystems. And without using additional space forever. The backlog rotates forward continuously. It's a really unique feature that makes a lot of sense for desktop use, where you might want to recover files that were created and deleted afte…
yeah. it's already so terribly slow that it's unlikely that taking snapshots can make it any slower :-D
Re: Linux NILFS file system: automatic continuous snapshots
#7I would very much welcome a filesystem that breaks away from the directories/files paradigm. Any time-based data store would greatly benefit from that.
Re: Linux NILFS file system: automatic continuous snapshots
#8How does this compare to ZFS + cron to create snapshots every X minutes?
There is no comparison. NILFS provides *continuous* snaphots, so you can inspect and rollback changes as needed. It does without a performance penalty compared to other logging filesystems. And without using additional space forever. The backlog rotates forward continuously. It's a really unique feature that makes a lot of sense for desktop use, where you might want to recover files that were created and deleted afte…
What is the basis for comparison? Sounds like a pretty meaningless statement at its face.
Re: Linux NILFS file system: automatic continuous snapshots
#9How does this compare to ZFS + cron to create snapshots every X minutes?
There is no comparison. NILFS provides *continuous* snaphots, so you can inspect and rollback changes as needed. It does without a performance penalty compared to other logging filesystems. And without using additional space forever. The backlog rotates forward continuously. It's a really unique feature that makes a lot of sense for desktop use, where you might want to recover files that were created and deleted afte…
Sounds like it could serve as a basis for a Linux implementation of something like Apple Time Machine.
Re: Linux NILFS file system: automatic continuous snapshots
#10How close is this to a large continuous tape loop for video surveillance? I would very much welcome a filesystem that breaks away from the directories/files paradigm. Any time-based data store would greatly benefit from that.