Changeset 948 in MondoRescue for branches/stable/mondo/src/mondoarchive/main.c


Ignore:
Timestamp:
Nov 19, 2006, 1:27:46 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • mondoarchive does not backup acl+xattr by default anymore
  • Add -z option to mondoarchive to support acl+xattr backup
  • small mindi fix
  • this may break mondo compatibility so tests are required before distributing that version.
  • this is still incomplete as that aprameter should be passed for mondorestore to know what to do.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondoarchive/main.c

    r945 r948  
    142142char *ps_options = "auxww";
    143143char *ps_proc_id = "$2";
    144 char *g_getfacl = NULL;
    145 char *g_getfattr = NULL;
    146144
    147145extern t_bkptype g_backup_media_type;
     
    458456            bkpinfo->scratchdir);
    459457
    460     if (find_home_of_exe("getfacl")) {
    461         asprintf(&g_getfacl,"getfacl");
    462     }
    463     if (find_home_of_exe("getfattr")) {
    464         asprintf(&g_getfattr,"getfattr");
    465     }
    466 
    467458    /* If we're meant to backup then backup */
    468459    if (bkpinfo->backup_data) {
Note: See TracChangeset for help on using the changeset viewer.