diff --git a/020 b/020 index a5f99d01..78010104 100755 --- a/020 +++ b/020 @@ -81,7 +81,7 @@ _attr_list() file=$1 echo " *** print attributes" - if ! _getfattr -ad $file + if ! _getfattr -ad -e text $file then echo " !!! error return" return 1 diff --git a/062 b/062 index 6034f45b..f5cc40c0 100755 --- a/062 +++ b/062 @@ -190,7 +190,7 @@ echo; echo _backup() { # NB: no filtering of scratch here... (need to restore too) - /usr/bin/getfattr -adl -sR $SCRATCH_MNT >$1 + /usr/bin/getfattr -adl -R -r '^user|^system' $SCRATCH_MNT >$1 echo BACKUP $1 >>$seq.full cat $1 >> $seq.full [ ! -s $1 ] && echo "warning: $1 (backup file) is empty"