Note to Self: star (ess-tar)
The star command is a better kind of tar. The main feature of importance is
that it can handle Possix ACLs. For example, to backup
a directory and save the ACLs do:
star -Hexustar -acl -c -z f=archive.star.z Dir
This creates a star archive which is zipped. Now to un-star it:
star -acl -x -z f=archive.star.z
RTFM here...
[/sysadmin]
0 comments
permalink
|