Changeset 153 for trunk/TODO
- Timestamp:
- 05/23/07 21:28:38 (3 years ago)
- Files:
-
- 1 modified
-
trunk/TODO (modified) (1 diff)
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 1 7 -- only use tempfiles in a 0700 directory under /tmp/brackup-$USER/ or 2 8 wherever. or option, when using encryption, to only doing 3 9 in-memory tempfiles, to avoid hitting disk? 4 5 -- (a future version of brackup-restore will let you grab the metafile from6 the target, but that's still a TODO item)7 10 8 11 -- <lj user=grahams>: if a file which existed when Brackup was
