1
1
Fork
You've already forked flashback
0
Simple tool to for efficiently resetting flash storage such as SD cards to a previous snapshot image. Instead of writing the full image only the blocks are written that are actually different.
  • C++ 95.4%
  • Makefile 4.6%
Find a file
2019年10月08日 21:49:56 +02:00
flashback.cpp Add code and makefile. 2019年10月08日 21:47:18 +02:00
LICENSE Initial commit 2019年10月08日 21:39:48 +02:00
Makefile Add code and makefile. 2019年10月08日 21:47:18 +02:00
README.md Note on build/usage. 2019年10月08日 21:49:56 +02:00

flashback

Simple tool to for efficiently resetting flash storage such as SD cards to a previous snapshot image. Instead of writing the full image only the blocks are written that are actually different. This can speed up the process and enhances the flash lifetime.

Build

git clone [this repo]
cd flashback
make

Usage

# Write the image sdb_backup.img to the /dev/sdb device.
./flashback -o /dev/sdb -i sdb_backup.img