Forum archive
Another (hard to ask) tklbam-restore question
This one is a bit tricky to ask so an example:
In the case of a tkl appliance acting as a file server how would one recover one users file without affecting others?
Say a user 'fred' deletes a file and a week later discovers that he did so in error and needs it back. (Which happens regularly.)
Say I restore from a backup prior to the date he deleted the file.
Won't restore use the base appliance as a 'template' and restore the entire system to the state it was in at that time, losing ALL changes after that date?
tklbam-backup/restore is an absolute wonder for migrating, or rebuilding a 'dead' machine, but is it practical as a true file backup/restore mechanism?
It would work, but it isn't really a good solution if you need to do this sort of thing regularly.
OTOH, nothing is preventing you from supplementing TKLBAM with more conventional low-level backup tools (duplicity is nice), or better yet revision control. I like using Git, autocommitted daily in certain directories. That way you won't even have to reach over the network to recover those accidentally deleted files.