Changeset 948 in MondoRescue for branches/stable/mindi/mindi


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/mindi/mindi

    r941 r948  
    463463    [ "$my_partitions" != "" ] && umount $my_partitions
    464464    # Clean temporary files only when standalone mindi
    465     if [ $MINDI_TMP != $MONDO_TMP ]; then
     465    if [ _"$MINDI_TMP" != _"$MONDO_TMP" ]; then
    466466        rm -Rf $MINDI_TMP
    467467    fi
Note: See TracChangeset for help on using the changeset viewer.