Changeset 75 in MondoRescue for trunk/mondo/mondo/common/libmondo-archive.c


Ignore:
Timestamp:
Oct 20, 2005, 2:35:15 PM (19 years ago)
Author:
andree
Message:

Various changes to get archiving to NFS work in interactive mode. It
wasn't really like were were bugs, it appeared more like it was simply
not finished.

Side note: I believe that bkpinfo->isodir and bkpinfo->prefix were the
wrong way round in libmondo-archive.c and I've swapped them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/libmondo-archive.c

    r68 r75  
    12171217    paranoid_free(data_disks_file);
    12181218
    1219     asprintf(&command, "rm -f %s/%s-[1-9]*.iso", bkpinfo->prefix,
    1220              bkpinfo->isodir);
     1219    asprintf(&command, "rm -f %s/%s/%s-[1-9]*.iso", bkpinfo->isodir,
     1220                 bkpinfo->nfs_remote_dir, bkpinfo->prefix);
    12211221    paranoid_system(command);
    12221222    paranoid_free(command);
Note: See TracChangeset for help on using the changeset viewer.