Changeset 153 for trunk/brackup-restore

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/brackup-restore

    r140 r153  
    2121=item --from=NAME 
    2222 
    23 Required.  The metafile index.  Probably named like "source-YYYYMMDD.brackup" 
     23Required.  The backup metafile, describing the tree you want to 
     24restore.  Probably named like "source-YYYYMMDD.brackup".  If you lost 
     25it, it's also stored on your backup target, and you can fetch it with 
     26L<brackup-target>. 
    2427 
    2528=item --to=NAME 
     
    6568 
    6669use Brackup; 
     70use Brackup::Util qw(tempfile); 
    6771 
    6872my ($opt_verbose, $meta_file, $opt_help, $restore_dir, $opt_all, $prefix); 
     
    100104                                    prefix => $prefix, 
    101105                                    file   => $meta_file, 
     106                                    verbose => $opt_verbose, 
    102107                                    ); 
    103108