Changeset 2419 in MondoRescue for branches/2.2.9/mondo


Ignore:
Timestamp:
Sep 23, 2009, 11:50:34 PM (15 years ago)
Author:
Bruno Cornec
Message:

star only supports ACL when used with exustar mode. Fix #356.

Location:
branches/2.2.9/mondo/src
Files:
3 edited

Legend:

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

    r2380 r2419  
    212212    paranoid_free(tmp);
    213213
    214     mr_asprintf(&command, "star H=star list=%s -c " STAR_ACL_SZ " file=%s",
     214    mr_asprintf(&command, "star H=exustar list=%s -c " STAR_ACL_SZ " file=%s",
    215215            filelist, fname);
    216216    if (bkpinfo->use_lzo) {
  • branches/2.2.9/mondo/src/include/my-stuff.h

    r2380 r2419  
    77
    88// Extra info for ACLs and SELINUX users
    9 #define STAR_ACL_SZ "-xfflags -acl"
     9#define STAR_ACL_SZ "-xattr -acl"
    1010//#define STAR_ACL_SZ "-xfflags"
    1111//#define STAR_ACL_SZ ""
  • branches/2.2.9/mondo/src/mondorestore/mondo-rstr-compare.c

    r2290 r2419  
    312312    {
    313313        sprintf(command,
    314                 "%s -diff H=star file=%s >> %s 2>> %s",
     314                "%s -diff H=exustar file=%s >> %s 2>> %s",
    315315                archiver_exe, tarball_fname, logfile, logfile);
    316316    } else {
Note: See TracChangeset for help on using the changeset viewer.