lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sat, 9 Oct 2010 16:56:08 -0400
From:	Greg Freemyer <greg.freemyer@...il.com>
To:	Chris Lee <cslee-list@...ericom.co.uk>
Cc:	linux-ext4@...r.kernel.org
Subject: Re: Shorten the backup process?

On Sat, Oct 9, 2010 at 4:35 PM, Chris Lee <cslee-list@...ericom.co.uk> wrote:
>
> Hi All,
> I hope this to bee food for thought as I am not able to code such a thing nor am I in need of such a thing but it seemed like a good idea when it struck me, so;
> When an filesystem is snap shotted it is a function of the  running filesystem to provide the data in that snapshot. (or is that lvms doing?)
> Most users who use snapshots for backup are going to mount the snap shot and then tar it up.
> Would it be a good idea to provide a virtual file through something like the sysfs that is a tar representation of the snapshot so that a backup can just copy the tar file off as needed?
>
> Thanks for reading,
>
> Regards,
> Chris.

That seems like an overly specialized feature for the kernel.

And even if it were a good idea conceptually:

1) ext4 does not currently offer filesystem snapshot capability.  It
is handled at a lower level in the block stack.  (ie. either in the
hardware array or via device mapper).

2) Those lower levels simply are aware of blocks / sectors, not files.
 Thus they have no ability to create a "tar" file.

fyi: btrfs is a more integrated filesystem, so it is at least
technically feasible with it.

Greg


--
Greg Freemyer
Head of EDD Tape Extraction and Processing team
Litigation Triage Solutions Specialist
http://www.linkedin.com/in/gregfreemyer
CNN/TruTV Aired Forensic Imaging Demo -
   http://insession.blogs.cnn.com/2010/03/23/how-computer-evidence-gets-retrieved/

The Norcross Group
The Intersection of Evidence & Technology
http://www.norcrossgroup.com
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ