Changeset 153 for trunk/brackup-restore
- Timestamp:
- 05/23/07 21:28:38 (3 years ago)
- Files:
-
- 1 modified
-
trunk/brackup-restore (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/brackup-restore
r140 r153 21 21 =item --from=NAME 22 22 23 Required. The metafile index. Probably named like "source-YYYYMMDD.brackup" 23 Required. The backup metafile, describing the tree you want to 24 restore. Probably named like "source-YYYYMMDD.brackup". If you lost 25 it, it's also stored on your backup target, and you can fetch it with 26 L<brackup-target>. 24 27 25 28 =item --to=NAME … … 65 68 66 69 use Brackup; 70 use Brackup::Util qw(tempfile); 67 71 68 72 my ($opt_verbose, $meta_file, $opt_help, $restore_dir, $opt_all, $prefix); … … 100 104 prefix => $prefix, 101 105 file => $meta_file, 106 verbose => $opt_verbose, 102 107 ); 103 108
