The sense of backing up ACLs is to restore them later :-)
star supports the -acl flag in create and extract mode.
See attached patch for fix.
Logged In: YES user_id=1255645
There is no patch attached. Is this enough?
@@ -1912,6 +1912,7 @@ } elsif ($cfg::type eq 'star') { $cmd .= "$::path{star} -t "; $cmd .= "$::star_fifo_flag "; + $cmd .= "$::star_acl_flag "; $cmd .= "$::star_verb_flag "; $cmd .= "$::star_sparse_flag "; $cmd .= "$::star_blocknum_flag ";
Log in to post a comment.
Logged In: YES
user_id=1255645
There is no patch attached.
Is this enough?
@@ -1912,6 +1912,7 @@
} elsif ($cfg::type eq 'star') {
$cmd .= "$::path{star} -t ";
$cmd .= "$::star_fifo_flag ";
+ $cmd .= "$::star_acl_flag ";
$cmd .= "$::star_verb_flag ";
$cmd .= "$::star_sparse_flag ";
$cmd .= "$::star_blocknum_flag ";