This document summarizes a research paper that proposes a file system level snapshot for the Ext4 file system in Linux kernels 2.6 and higher. It begins by discussing different types of snapshot techniques, including volume-based and system-based approaches. It then reviews related work on snapshot implementations in other file systems. The document motivates the need for a snapshot feature in Ext4, as it has replaced Ext3 as the default file system in many Linux distributions, though Ext3 included snapshots. It provides details on Ext3 and Ext4 file systems. The goal of the proposed work is to enable effective large-scale backups through a new system-based snapshot for Ext4.