Ignore:
Timestamp:
Jan 25, 2010, 2:24:23 PM (14 years ago)
Author:
Bruno Cornec
Message:
  • Adds some logs for filelist creation
  • Remove option -P from getfattr which may also skip symlinks - Attempt to solve #388
  • Exclude rpc_pipefs type of filesystems from find
File:
1 edited

Legend:

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

    r2507 r2548  
    10241024    sprintf(archiving_filelist_fname, FILELIST_FNAME_RAW_SZ,
    10251025            bkpinfo->tmpdir, 0L);
    1026     for (archiving_set_no = 0; does_file_exist(archiving_filelist_fname);
     1026    for (archiving_set_no = 0L; does_file_exist(archiving_filelist_fname);
    10271027         sprintf(archiving_filelist_fname, FILELIST_FNAME_RAW_SZ,
    10281028                 bkpinfo->tmpdir, archiving_set_no)) {
Note: See TracChangeset for help on using the changeset viewer.