Changeset 1884 in MondoRescue


Ignore:
Timestamp:
Feb 16, 2008, 1:27:58 AM (16 years ago)
Author:
Bruno Cornec
Message:

mondoarchive now really excludes /tmp by default (Thanks to Bill R. Williams for finding it)

File:
1 edited

Legend:

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

    r1856 r1884  
    17661766
    17671767        snprintf(exclude_paths, (size_t)8*MAX_STR_LEN," %s %s %s %s %s . .. \
    1768 " MNT_CDROM " " MNT_FLOPPY " /media \
     1768" MNT_CDROM " " MNT_FLOPPY " /media /tmp \
    17691769/proc /sys /root/images/mondo " MINDI_CACHE, MONDO_CACHE, excp, tmp2, (tmpdir[0] == '/' && tmpdir[1] == '/') ? (tmpdir + 1) : tmpdir, (scratchdir[0] == '/' && scratchdir[1] == '/') ? (scratchdir + 1) : scratchdir);
    17701770        paranoid_free(tmp2);
Note: See TracChangeset for help on using the changeset viewer.