Ignore:
Timestamp:
Oct 20, 2007, 2:47:12 PM (17 years ago)
Author:
Bruno Cornec
Message:

First attempt to integrate USB support in mondoarchive (may not compile)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-string.c

    r1645 r1687  
    11601160        strcpy(type_of_backup, "nfs");
    11611161        break;
     1162    case usb:
     1163        strcpy(type_of_backup, "USB");
     1164        break;
    11621165    default:
    11631166        strcpy(type_of_backup, "ISO");
Note: See TracChangeset for help on using the changeset viewer.