CAIRN is a modular copy and restore program for the imaging of a computer. It copies every file on a computer and figures out how to recreate it from scratch. It is primarily network oriented but is also flexible enough to boot from any possible method.
GNU General Public License v2.0
0
stars
0
forks
source link
Rudimentary support for diff/incremental archives #18
While cairn is not intended to be used as an incremental backup solution,
basic support for diff archives would be useful. For example, we can
archive only files newer than a certain datestamp either by specifying the
age, or grabbing files newer than a file we are using as a datestamp
marker. We could create these markers when we make the archives, so that
newer archives could only grab newer files. Also, we could have the action
taken upon restoring multiple archives be: only add files, or add files and
delete files which were not present in the file lists taken for in newer
archives.
Original issue reported on code.google.com by redshodan@gmail.com on 4 Mar 2007 at 10:33
Original issue reported on code.google.com by
redshodan@gmail.com
on 4 Mar 2007 at 10:33