I would like to recover many different copies of the same file with
different dates.  Let's call the file fred.

If I do the obvious and simple:

setdate 2005-03-15
add fred
setdate 2005-03-20
add fred
extract

amrecover will nicely recover both version of fred, and overwrite one
with the other.

Alternatively, I can do a

lcd 2005-03-15
setdate 2005-03-15
add fred
extract
lcd ../2005-03-20
setdate 2005-03-20
add fred
extract

But that a lot of back and forth.  Also this version doesn't
automatically keep track of whether the file has changed between 2
different dates.

With the first version, if 2005-03-15 and 2005-03-20 are the same
file, I receive a warning:

File fred already added.




-- 
Kevin Dalley
[EMAIL PROTECTED]

Reply via email to