Ignore:
Timestamp:
Sep 9, 2009, 8:30:47 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Change NFS support into a NetFS support to allow for multiple protocol in addition to NFS (NEEDS TESTING)
  • Better logging to detect a potential nuke issue
File:
1 edited

Legend:

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

    r2355 r2380  
    11191119        mr_asprintf(&type_of_backup, "ISO");
    11201120        break;
    1121     case nfs:
    1122         mr_asprintf(&type_of_backup, "nfs");
     1121    case netfs:
     1122        mr_asprintf(&type_of_backup, "netfs");
    11231123        break;
    11241124    case usb:
Note: See TracChangeset for help on using the changeset viewer.