Changeset 153 for trunk/TODO

Show
Ignore:
Timestamp:
05/23/07 21:28:38 (3 years ago)
Author:
bradfitz
Message:

brackup-restore's verbose flag is more verbose now, showing files
as they're restored.

brackup-restore can restore from an encrypted *.brackup file now,
firing up gpg for user to decrypt to a tempfile

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/TODO

    r152 r153  
     1-- in Restore.pm:  
     2      # TODO: inefficient!  we don't want to download the chunk from the 
     3      # target multiple times.  better to cache it locally, or at least 
     4      # only fetch a region from the target (but that's still kinda inefficient 
     5      # and pushes complexity into the Target interface) 
     6 
    17-- only use tempfiles in a 0700 directory under /tmp/brackup-$USER/ or 
    28   wherever.  or option, when using encryption, to only doing 
    39   in-memory tempfiles, to avoid hitting disk? 
    4  
    5 -- (a future version of brackup-restore will let you grab the metafile from 
    6    the target, but that's still a TODO item) 
    710 
    811-- <lj user=grahams>: if a file which existed when Brackup was