conformal / cyphertite

A high-security scalable solution for online backups.
https://www.cyphertite.com/
46 stars 8 forks source link

Restore files deleted in *latest* incremental backups? #110

Open tukoz opened 9 years ago

tukoz commented 9 years ago

Would the files deleted in newest backup will still be accessible with the following cyphertite's config?

ctfile_remote_auto_incremental  = 1                                                
ctfile_max_incrementals = 7                                                        
ctfile_cull_keep_days = 30                                                         
ctfile_differential_allfiles    = 0

If so, how should one access and retrieve these files or dirs deleted in the newest incremental backups, but present in backups made eg 2 weeks ago? eg cyphertite -tf <dm_filename>.ct *string* and cyphertite -C /path/to/restore/ -vxf <dm_filename>.ct *string*, or with cyphertitefb <dm_filename>.ct

If not, please how to achieve this?

mabahj commented 9 years ago

I would also very much like to know this. There is no mention of this in the wiki or other places.