Changeset 20 in MondoRescue for trunk/mondo/mondo/mondoarchive


Ignore:
Timestamp:
Sep 9, 2005, 7:30:28 PM (19 years ago)
Author:
bcornec
Message:

-p option added

Location:
trunk/mondo/mondo/mondoarchive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/mondoarchive/mondo-cli.c

    r1 r20  
    697697          log_to_screen(tmp);
    698698    }
     699    }
     700if (flag_set['p'])
     701    {
     702      strncpy (bkpinfo->prefix, flag_val['p'], MAX_STR_LEN/4);
    699703    }
    700704
     
    945949  while ((opt =
    946950      getopt (argc, argv,
    947           "0123456789A:B:CDE:FHI:J:K:LNOP:QRS:T:VWb:c:d:ef:gik:l:mn:ors:tuw:x:")) !=
     951          "0123456789A:B:CDE:FHI:J:K:LNOP:QRS:T:VWb:c:d:ef:gik:l:mn:op:rs:tuw:x:")) !=
    948952     -1)
    949953    {
  • trunk/mondo/mondo/mondoarchive/mondoarchive.8

    r1 r20  
    1 .TH mondoarchive 8 "June 2004" Linux MondoRescue
     1.TH mondoarchive 8 "September 2005" Linux MondoRescue
    22
    33.SH NAME
     
    7676write-once disks as backup media.
    7777.B Experimental.
     78
     79.TP
     80.BI "-p " prefix
     81Use
     82.B prefix
     83to generate the name of your ISO images.
     84By default, mondoarchive calls images mondorescue-1.iso, mondorescue-2.iso, ...
     85Using
     86.B -p machine
     87it will call your images machine-1.iso, machine-2.iso, ...
    7888
    7989.TP
Note: See TracChangeset for help on using the changeset viewer.