Ignore:
Timestamp:
Jan 25, 2011, 10:44:33 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Backport from 2.2.10 the support of a dynamic exclude_path variable. Should help fix #366, #421, #368, #443. To be tested.
File:
1 edited

Legend:

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

    r2686 r2697  
    787787    bkpinfo->make_filelist = TRUE;  // unless -J supplied to mondoarchive
    788788    bkpinfo->include_paths[0] = '\0';
    789     bkpinfo->exclude_paths[0] = '\0';
    790789    bkpinfo->exclude_devs = NULL;
    791790    bkpinfo->restore_path[0] = '\0';
     
    799798    bkpinfo->netfs_user = NULL;
    800799    bkpinfo->netfs_remote_dir[0] = '\0';
     800    bkpinfo->exclude_paths = NULL;
    801801    bkpinfo->postnuke_tarball[0] = '\0';
    802802    bkpinfo->wipe_media_first = FALSE;
Note: See TracChangeset for help on using the changeset viewer.