In Linux is there an equivalent for Windows shadow copies? I would like to use this for a small setup nothing big but it would be nice to have some type of functionality like shadow copies.

link|improve this question

67% accept rate
feedback

4 Answers

LVM snapshot(1,2) not full equivalent, but work fine. Also btrfs support snapshot.

link|improve this answer
feedback

You could look at R1Soft's free Hot Copy or commercial CDP solutions. The Hot Copy is a kernel module that allows you to take copy-on-write volume snapshots of mounted filesystems.

See their tips page: http://www.r1soft.com/tools/linux-hot-copy/hcp-tips/#c852

link|improve this answer
feedback

You could set up a mirror using LVM or md then break the mirror to get the snapshot, or use an overlay filesystem

link|improve this answer
feedback

Another possibility could be to use rsnapshot. But LVM snapshot is probably the better solution if you have a large amount of data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.